|
777 | 777 | "TemplateRemoveUser::EMAIL_ADDRESS": The id or email address of the Account to remove access to the Template. The account id prevails if both are provided. |
778 | 778 | "TemplateRemoveUser::TEMPLATE_ID": The id of the Template to remove the Account's access to. |
779 | 779 |
|
780 | | -"TemplateUpdate::SUMMARY": Edit Template |
781 | | -"TemplateUpdate::DESCRIPTION": Edit template fields. Every field is optional and the endpoint will only change whatever is provided. The fields not included in the request payload will remain unchanged. |
| 780 | +"TemplateUpdate::SUMMARY": Update Template |
| 781 | +"TemplateUpdate::DESCRIPTION": Update template fields. Every field is optional and the endpoint will only change whatever is provided. The fields not included in the request payload will remain unchanged. |
782 | 782 | "TemplateUpdate::TEMPLATE_ID": The ID of the template to update. |
783 | 783 | "TemplateUpdate::CC_ROLES": The CC roles that must be assigned when using the template to send a signature request. |
784 | 784 | "TemplateUpdate::ALLOW_FORM_VIEW": "The CC roles that must be assigned when using the template to send a signature request. If set to `true` all the form fields on template document must have non-empty names." |
| 785 | +"TemplateUpdate::FORM_FIELDS": A list of document form fields to update. The endpoint will not create or remove any fields. Every field must be identified by `api_id`, and the only supported change is renaming the field. |
785 | 786 | "TemplateUpdate::TITLE": The title you want to assign to the SignatureRequest. |
786 | 787 | "TemplateUpdate::SUBJECT": The new default template email subject. |
787 | 788 | "TemplateUpdate::MESSAGE": The new default template email message. |
|
1230 | 1231 | "Sub::SigningOptions::TYPE": Allows typing the signature |
1231 | 1232 | "Sub::SigningOptions::UPLOAD": Allows uploading the signature |
1232 | 1233 |
|
| 1234 | +"Sub::UpdateFormField::API_ID": The unique ID for this field. The endpoint will update an existing field with matching `api_id`, and warn you if no matches are found |
| 1235 | +"Sub::UpdateFormField::NAME": The new name of the field. If not passed the name will remain unchanged. |
| 1236 | + |
1233 | 1237 | "Sub::UnclaimedDraftSigner::DESCRIPTION": Add Signers to your Unclaimed Draft Signature Request. |
1234 | 1238 | "Sub::UnclaimedDraftSigner::EMAIL_ADDRESS": The email address of the signer. |
1235 | 1239 | "Sub::UnclaimedDraftSigner::NAME": The name of the signer. |
|
0 commit comments