PUT
/
api
/
svc
/
v1
/
apply
curl --request PUT \
  --url https://{controlPlaneURL}/api/svc/v1/apply \
  --header 'Content-Type: application/json' \
  --data '{
  "manifest": {}
}'

Body

application/json
manifest
object
required

manifest of the resource to be created or updated

Response

200

The resource has been successfully created or updated.