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. - String! :
- # The desired status of the bundle.
- ExoBundleApprovalStatus! :
- # Metadata associated with an Exocompute container image bundle.
- BundleMetadataInput :
- }