Company Digital Footprint
Updates the status of a cloud provider.
Update the status of a cloud provider.
patch/api/v2/companies/{id}/clouds/{cloudid}
Path parameters
idinteger required
Example:123
The id of the company to be updated.
cloudidinteger required
Example:123
The id of the cloud provider to be updated.
Request body
Example request
{
"Status": "Inactive"
}Response
Success