PUT
/
api
/
svc
/
v1
/
apply
curl --request PUT \
  --url https://{controlPlaneURL}/api/svc/v1/apply \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "manifest": {},
  "dryRun": true
}'
{
  "existingManifest": {},
  "action": "CREATE"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

The resource has been successfully created or updated.

The response is of type object.