You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi-sdk.yaml
-142Lines changed: 0 additions & 142 deletions
Original file line number
Diff line number
Diff line change
@@ -7250,120 +7250,6 @@ paths:
7250
7250
seo:
7251
7251
title: 'Remove User from Template | REST API | Dropbox Sign for Developers'
7252
7252
description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to remove a specified Account''s access to a Template, click here.'
7253
-
'/template/update/{template_id}':
7254
-
post:
7255
-
tags:
7256
-
- Template
7257
-
summary: 'Update Template'
7258
-
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.'
title: 'Update Template | REST API | Dropbox Sign for Developers'
7366
-
description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to update properties of an existing template, click here.'
7367
7253
'/template/update_files/{template_id}':
7368
7254
post:
7369
7255
tags:
@@ -10933,30 +10819,6 @@ components:
10933
10819
type: string
10934
10820
format: email
10935
10821
type: object
10936
-
TemplateUpdateRequest:
10937
-
properties:
10938
-
cc_roles:
10939
-
description: 'The CC roles that must be assigned when using the template to send a signature request.'
10940
-
type: array
10941
-
items:
10942
-
type: string
10943
-
title:
10944
-
description: 'The title you want to assign to the SignatureRequest.'
10945
-
type: string
10946
-
subject:
10947
-
description: 'The new default template email subject.'
10948
-
type: string
10949
-
maxLength: 200
10950
-
message:
10951
-
description: 'The new default template email message.'
10952
-
type: string
10953
-
maxLength: 5000
10954
-
form_fields:
10955
-
description: '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.'
Copy file name to clipboardExpand all lines: openapi.yaml
-28Lines changed: 0 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -10799,30 +10799,6 @@ components:
10799
10799
type: string
10800
10800
format: email
10801
10801
type: object
10802
-
TemplateUpdateRequest:
10803
-
properties:
10804
-
cc_roles:
10805
-
description: 'The CC roles that must be assigned when using the template to send a signature request.'
10806
-
type: array
10807
-
items:
10808
-
type: string
10809
-
title:
10810
-
description: 'The title you want to assign to the SignatureRequest.'
10811
-
type: string
10812
-
subject:
10813
-
description: 'The new default template email subject.'
10814
-
type: string
10815
-
maxLength: 200
10816
-
message:
10817
-
description: 'The new default template email message.'
10818
-
type: string
10819
-
maxLength: 5000
10820
-
form_fields:
10821
-
description: '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.'
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
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.
0 commit comments