Skip to main content
PUT
Update organization document types

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Body

application/json
documentTypes
object[]
required

Full replacement list of document types the organization collects from contacts; each entry carries a name, required flag, and optional description.

Response

Document types updated

success
enum<boolean>
Available options:
true
documentTypes
object[]