Updates an envelope lock.
PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/lock
Updates the lock duration time or update the lockedByApp
property information for the specified envelope. The user and integrator key must match the user specified by the lockByUser
property and integrator key information and the X-DocuSign-Edit
header must be included or an error will be generated.
Request Body
{"lockedByApp"=>"sample string 1", "lockDurationInSeconds"=>"sample string 2", "lockType"=>"sample string 3", "useScratchPad"=>"sample string 4", "templatePassword"=>"sample string 5"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |