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
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>"