PATCH
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployment
/
{deployment_id}
Update Deployment Configuration
curl --request PATCH \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deployment/{deployment_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "string",
  "deployment_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

deployment_id
integer
required

Response

200

status
string
Example:

"string"

deployment_id
string
Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"