update_access_token
Modify an existing Storyblok access token's permissions, name, cache settings, or associated content to manage API authentication and security controls.
Instructions
Update an existing access token in the current Storyblok space via the Management API.
Input Schema
TableJSON 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 |