Update Cloud Provider Token​
PATCH
/cloud-tokens/{uuid}
Update cloud provider token name.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
Token UUID
Type
Requiredstring
Request Body​
application/json
JSON
{
"name": "string"
}
Responses​
Cloud provider token updated.
application/json
JSON
{
"uuid": "string"
}
