Document Execution Platform
Use this API to edit or update an existing request.
A POST call has to be made to this API with the documentID and the updated details. You need to pass only the values that you need to update. Edits can be made to all the parameters available in this API. To edit the configuration of the invitation of a particular invitee, pass the signUrl in addition to the documentID. No edits can be made to the configurations of the invitees who have already signed the document.
put/v2.1/sign/request
Request body
Example request
{
"invitees": [
{
"signatures": [
{
"config": {
"authTypes": [
"OTP",
"BIO",
"IRIS",
"FACE"
]
}
}
]
}
]
}Response
Default Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.