v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Document Types

Update a document type

Update an existing document type.

patch/v3/document_types/{identifier}

Path parameters

identifierstring required

Document type identifier

Request body

namestring

The new name of the document type.

descriptionstring nullable

A new description of the document type.

Response

Document type updated successfully

identifierstring required

Uniquely identify a document type.

namestring required

The name of the document type.

descriptionstring nullable

A description of the document type.

ingest_emailstring

The email address that can be used to email documents directly to this document type.

organizationstring required

The identifier of the organization this document type belongs to.

Example response

{
  "identifier": "mEFayXdO"
}