INPUT_OBJECT

SetBundleApprovalStatusInput

Description

Input for the operation to upsert the approval status of an Exocompute container image bundle.

link GraphQL Schema definition

  • input SetBundleApprovalStatusInput {
  • # The version of the bundle whose status is to be changed. The bundleVersion is of
  • # the form '.' e.g. 1.2, 20.11 etc.
  • bundleVersion: String!
  • # The desired status of the bundle.
  • approvalStatus: ExoBundleApprovalStatus!
  • }

link Require by