update_access_token
Update the properties of an existing access token in your Storyblok space, such as name, access level, branch, or restricted stories.
Instructions
Update an existing access token in the current Storyblok space via the Management API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | The ID of the access token to update | |
| access | No | New access level for the token | |
| name | No | New name for the token | |
| branch_id | No | New branch ID to associate with the token | |
| story_ids | No | New list of story IDs to restrict access | |
| min_cache | No | New minimum cache time in seconds |