v1
latestOpenAPI 3.1.02026-07-261690320.7 KBUpdate Azure cloud
Update the credentials for an Azure cloud
put/clouds/azure/{cloud_id}/credentials
Path parameters
cloud_idinteger required
The ID of the cloud integration
Request body
Example request
{
"client_secret": "MY_CLIENT_SECRET"
}Response
The cloud environment has been successfully updated
Example response
{
"status": "ok"
}