update_access_token
Modify an existing access token's permissions and settings in Storyblok, including access level, name, branch association, story restrictions, and cache time.
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 |