Updates a template lock.
PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/templates/{{templateId}}/lock
Updates the lock duration time or update the lockedByApp property information for the specified template. 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 |