update team role
Team
update team role
Update an existing team role with new name and permissions.
CLI Usage: vastai update team-role <id> --name <new_name> --permissions <new_permissions_json>
PUT
update team role
Documentation Index
Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be provided in the Authorization header
Path Parameters
ID of the role to update.
Body
application/json
Response
200 - application/json
Successfully updated team role.
The response is of type string.
Example:
"Successfully Updated Team Role For <role_name>"