contextUpdateV2

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.

Arguments

Returns

Context!
Context!
Collapse
  • id
    Unique (within a single organization), immutable name of the context.
  • space
    ID of the space this Context belongs to.
  • hasAttachedStacks
    Indicates whether any stacks are attached to this policy, either directly or via auto-attachment.
  • createdAt
    Unix timestamp representing the context creation.
  • description
    Free-form context description for the users, supports Markdown.
  • User-defined labels set on the context.
  • Fancy, mutable name of the context to show in the UI.
  • updatedAt
    Unix timestamp of the last context update.