v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Document Settings

Update document settings

Updates the settings for a specified document.

patch/public/v2/documents/{document_id}/settings

Path parameters

document_idstring required

Unique identifier of the document to update settings for.

Request body

language'en-US' | 'fr-FR' | 'it-IT' | 'es-ES' | 'nl-NL' | 'de-DE' | 'pt-BR' | 'pt-PT' | 'pl-PL' | 'sv-SE' | 'cs-CZ' | 'da-DK' | 'el-GR' | 'hu-HU' | 'nb-NO' | 'ro-RO' | 'bg-BG'

Document language code (e.g., 'en-US', 'fr-FR').

qualified_electronic_signatureboolean

Indicates whether the document requires a Qualified Electronic Signature (QES) during the signing process. If true, signers must complete the document using a third-party qualified electronic signature provider according to supported verification rules.

expires_ininteger

Document expiration in days. Minimum is 1 day.

suggest_editsboolean

Enables or disables Suggest Edits (redlining) for the document. When true, recipients can suggest edits to the document content. Can only be changed while the document is in draft status.

Response

Successfully updated document settings.

language'en-US' | 'fr-FR' | 'it-IT' | 'es-ES' | 'nl-NL' | 'de-DE' | 'pt-BR' | 'pt-PT' | 'pl-PL' | 'sv-SE' | 'cs-CZ' | 'da-DK' | 'el-GR' | 'hu-HU' | 'nb-NO' | 'ro-RO' | 'bg-BG' required

Document language code (e.g., 'en-US', 'fr-FR').

qualified_electronic_signatureboolean required

Indicates whether the document requires a Qualified Electronic Signature (QES) during the signing process. If true, signers must complete the document using a third-party qualified electronic signature provider according to supported verification rules.

expires_ininteger required

Document expiration in days. If not explicitly set, defaults to the system default expiration.

suggest_editsboolean required

Indicates whether Suggest Edits (redlining) is enabled for the document. When true, recipients can suggest edits to the document content during the signing process.