User Management > Teams
Update a Team
Update a Team for a given Account.
patch/1/accounts/{account}/teams/{team}
Path parameters
accountinteger required
Unique identifier of the Account
teaminteger required
Unique identifier of the Team
Request body
Response
OK
Example response
{
"result": "success",
"data": {
"permissions": [
{
"service_name": "swiss_backup"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.