Update specific attributes for the stack preview associated with `stack_preview_id`
PATCH
/v1/stack_previews/{org_uuid}/{stack_preview_id}
Update specific attributes for the stack preview associated with stack_preview_id
Authorizations
apiKey
API key as username in Basic Authorization with
empty password.
TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"stack_preview_id*
The ID of the stack preview
Typeinteger
Requiredformat
"int64"Request Body
application/json
JSON
{
"status": "string",
"changeset_details": {
"provisioner": "string",
"serial": 0,
"changeset_ascii": "string",
"changeset_json": "string"
}
}
Responses
No Content