Apply Manifest To Space
Apply changes specified in a manifest to the named apps and their underlying processes. The apps must reside in the space. These changes are additive and will not modify any unspecified properties or remove any existing environment variables, app features, routes, or services.
Apply manifest will only trigger an immediate update for the “instances” property or routing changes. All other properties require an app restart to take effect.
The unique identifier for the resource
Accepted
Response Headers
URL of the job that is applying the manifest
Unauthorized
{
"errors": [
{
"code": 0,
"detail": "string",
"title": "string"
}
]
}
errors
Forbidden
{
"errors": [
{
"code": 0,
"detail": "string",
"title": "string"
}
]
}
errors
Not Found
{
"errors": [
{
"code": 0,
"detail": "string",
"title": "string"
}
]
}
errors
Unprocessable Entity
{
"errors": [
{
"code": 0,
"detail": "string",
"title": "string"
}
]
}
errors
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/x-yaml' -d '[{}]' https://{api_host}/v3/spaces/{guid}/actions/apply_manifest