Rotate Workspace Token¶
POST /api/v1/workspace/{workspace_uuid}/token/rotate
Overview¶
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| workspace_uuid | string | Y | Workspace UUID |
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| ttl | string | Y | The remaining validity period of the old token. Supports custom duration strings, with a maximum not exceeding 1 day. Example: 24h Allow empty: False $matchRegExp: ^(0s |