Skip to main content
PUT
@firma-dev/sdk

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Path Parameters

workspace_id
string<uuid>
required

Workspace ID

language
enum<string>
required

Language code

Available options:
en,
es,
it,
pt,
fr,
de,
el,
ru,
pl

Body

application/json
statement_text
string
required

Signer consent statement as HTML. Sanitized before storage.

terms_url
string<uri> | null

Optional external terms link

Response

Workspace signer terms updated successfully

Signer terms update result

ok
boolean
required
storedHtml
string

The sanitized HTML actually stored

changed
boolean

Whether sanitization altered the submitted statement