API Docs / Schemas / UpdateDocumentRequestRequest

UpdateDocumentRequestRequest

Request DTO for updating a document request (only allowed while in Draft status)

Properties

Name Type Description
titlestring

Title describing what documents are needed

Title describing what documents are needed

descriptionstring

Detailed description of what is needed

Detailed description of what is needed

deadlinestring

Optional deadline for the client to respond by

Optional deadline for the client to respond by

notifyUserCodestring

Code of the user to notify when a submission is made

Code of the user to notify when a submission is made

JSON Example

{
  "title": "string",
  "description": "string",
  "deadline": "2024-01-01",
  "notifyUserCode": "string"
}

Used By Operations