v1
latestOpenAPI 3.1.02026-07-17220542.8 KBSubmitters
Update a submitter
The API endpoint allows you to update submitter details, pre-fill or update field values and re-send emails.<br><b>Related Guides</b><br><a href="https://www.docuseal.com/guides/pre-fill-pdf-document-form-fields-with-api#automatically_sign_documents_via_api" class="link">Automatically sign documents via API</a>
put/submitters/{id}
Path parameters
idinteger required
The unique identifier of the submitter.
Request body
Example request
{
"email": "john.doe@example.com",
"phone": "+1234567890",
"fields": [
{
"name": "First Name",
"validation": {
"pattern": "[A-Z]{4}"
},
"preferences": {
"font_size": 12,
"format": "DD/MM/YYYY",
"price": 99.99
}
}
]
}Response
OK