Update an existing context (v2).
replaceConfigElements allow to specify if we want to also update config elements.
When it's not specified or false, input.configAttachments will be ignored and no config elements will be altered.
When true, the config elements attached to the context will be replaced with the values included in the request.
If an existing element is not included, it will be deleted from the context.
- id
- inputContextInput!
- replaceConfigElements
Context!
Context!- idUnique (within a single organization), immutable name of the context.
- spaceID of the space this Context belongs to.
- spaceDetailsSpace!Details of the space this Context belongs to.
- Single stack attachment for this context.
- hasAttachedStacksIndicates whether any stacks are attached to this policy, either directly or via auto-attachment.
- attachedStacks[ContextStackAttachment!]!List of stacks attached to this context.
- Single context config element.
- config[ConfigElement!]!Full list of stack config elements.
- createdAtUnix timestamp representing the context creation.
- descriptionFree-form context description for the users, supports Markdown.
- hooksHooks!List of hooks extending this context.
- labelsUser-defined labels set on the context.
- nameFancy, mutable name of the context to show in the UI.
- updatedAtUnix timestamp of the last context update.