v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Update 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

client_secretstring required

Generated Secret for the registered application for aikido scanning

Example request

{
  "client_secret": "MY_CLIENT_SECRET"
}

Response

The cloud environment has been successfully updated

statusstring

Example response

{
  "status": "ok"
}