update_certification_project ============================ .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Partially update a certification project. Arguments --------- ``id`` | :doc:`/scalars/ObjectID` :bdg-danger:`required` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted ObjectID ID of the resource. ``input`` | :doc:`/objects/CertificationProject` Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/CertificationProject` Mutation example .. code-block:: graphql mutation { update_certification_project(id: "6304c560cbb2b2d2d4053b8e", input: {}) { error { detail status } data { _id } } }