Modifying the details of an existing submission (Upload Documents)
PATCH
/submissions/{{submission_ref}}
Maintainer:Not configured
This end point allows additional information to be added to a previously submitted submission. This is a partial update call, which does not update every detail every time, only the modified ones. It will usually be in response to a request for additional information during the screening process.The request is HTTP PATCH (RFC 5789), multipart/form-data (RFC7578) and holds the updated details of the submission and/or the files that serve as Proof of ImmunityIf the operation was successful, the response message is HTTP 200 OK. If the request cannot be processed due to misformatted or untranslatable data, the API should response with HTTP 400 Bad Request error.If the submission_ref is not valid then the API should response with HTTP 404 Not Found error. If the request cannot be processed due to data validation errors, the API should respond with HTTP 403 Forbidden and an appropriate error response.