create_image_rpm_manifest ========================= .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Create a new RPM manifest for an image. Arguments --------- ``id`` | String :bdg-danger:`required` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted String ID of the resource. ``input`` | :doc:`/objects/ContainerImageRPMManifest` Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/ContainerImageRPMManifest` Mutation example .. code-block:: graphql mutation { create_image_rpm_manifest(id: "example", input: {}) { error { detail status } data { _id } } }