Update specific attributes for the stack `stack_id`
PATCH
/v1/stacks/{org_uuid}/{stack_id}
Update specific attributes for the stack stack_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_id*
ID of the Stack
Typeinteger
Requiredformat
"int64"Request Body
application/json
JSON
{
"is_archived": true
}
Responses
No Content