Modify¶
POST /api/v1/workspace/accesskey/{ak_uuid}/modify
Overview¶
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| ak_uuid | string | Y | The UUID of the API Key |
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| name | string | Y | API Key name information Example: xxx Allow empty: False Maximum length: 256 |
| roleUUIDs | array | List of roles assigned to the API key Allow empty: False |