Skip to main content

Update app secret

Update Azure Cloud Connection app secret details

Path Parameters
  • accountId int64 required
  • projectId string required
  • id int64 required
Request Body required
  • clientId string
  • clientSecret string
Responses

Created

POST /api/v1/account/:accountid/project/:projectid/cloud-connection/azure/:id/update/secret    

Request

Click Edit to configure Base URL
https://api.appranix.net
accountId — path required
projectId — path required
id — path required
Body required
{
"clientId": "string",
"clientSecret": "string"
}
curl -L -X POST 'https://api.appranix.net/api/v1/account/:accountId/project/:projectId/cloud-connection/azure/:id/update/secret' \
-H 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"clientSecret": "string"
}'