create_image_rpm_manifest#
Create a new RPM manifest for an image.
Arguments#
id | String  required
String ID of the resource.
input | Container Image RPM Manifest
Returns#
response_type | single
response_object | Container Image RPM Manifest
Mutation example
mutation {
  create_image_rpm_manifest(id: "example", input: {}) {
    error {
      detail
      status
    }
    data {
      _id
    }
  }
}
