Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7286,7 +7286,9 @@ paths:
seo:
title: '_t__TemplateUpdate::SEO::TITLE'
description: '_t__TemplateUpdate::SEO::DESCRIPTION'
x-hideOn: doc
x-hideOn:
- doc
- sdk
'/template/update_files/{template_id}':
post:
tags:
Expand Down Expand Up @@ -10430,6 +10432,9 @@ components:
- sdk
- doc
type: object
x-hideOn:
- sdk
- doc
TemplateUpdateFilesRequest:
properties:
client_id:
Expand Down Expand Up @@ -13387,6 +13392,9 @@ components:
summary: 'Default Example'
value:
$ref: examples/json/TemplateUpdateRequest.json
x-hideOn:
- sdk
- doc
TemplateUpdateFilesRequest:
summary: 'Default Example'
value:
Expand Down
145 changes: 0 additions & 145 deletions openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7250,121 +7250,6 @@ paths:
seo:
title: 'Remove User from Template | REST API | Dropbox Sign for Developers'
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.'
'/template/update/{template_id}':
post:
tags:
- Template
summary: 'Update Template'
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.'
operationId: templateUpdate
parameters:
-
name: template_id
in: path
description: 'The ID of the template to update.'
required: true
schema:
type: string
example: f57db65d3f933b5316d398057a36176831451a35
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/TemplateUpdateRequest'
examples:
example:
$ref: '#/components/examples/TemplateUpdateRequest'
multipart/form-data:
schema:
$ref: '#/components/schemas/TemplateUpdateRequest'
responses:
'200':
description: 'successful operation'
headers:
X-RateLimit-Limit:
$ref: '#/components/headers/X-RateLimit-Limit'
X-RateLimit-Remaining:
$ref: '#/components/headers/X-RateLimit-Remaining'
X-Ratelimit-Reset:
$ref: '#/components/headers/X-Ratelimit-Reset'
content:
application/json:
schema:
$ref: '#/components/schemas/TemplateGetResponse'
examples:
example:
$ref: '#/components/examples/TemplateGetResponse'
'4XX':
description: failed_operation
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
400_example:
$ref: '#/components/examples/Error400Response'
401_example:
$ref: '#/components/examples/Error401Response'
402_example:
$ref: '#/components/examples/Error402Response'
403_example:
$ref: '#/components/examples/Error403Response'
429_example:
$ref: '#/components/examples/Error429Response'
404_example:
$ref: '#/components/examples/Error404Response'
409_example:
$ref: '#/components/examples/Error409Response'
4XX_example:
$ref: '#/components/examples/Error4XXResponse'
security:
-
api_key: []
-
oauth2:
- template_access
x-codeSamples:
-
lang: PHP
label: PHP
source:
$ref: examples/TemplateUpdateExample.php
-
lang: 'C#'
label: 'C#'
source:
$ref: examples/TemplateUpdateExample.cs
-
lang: TypeScript
label: TypeScript
source:
$ref: examples/TemplateUpdateExample.ts
-
lang: Java
label: Java
source:
$ref: examples/TemplateUpdateExample.java
-
lang: Ruby
label: Ruby
source:
$ref: examples/TemplateUpdateExample.rb
-
lang: Python
label: Python
source:
$ref: examples/TemplateUpdateExample.py
-
lang: cURL
label: cURL
source:
$ref: examples/TemplateUpdateExample.sh
x-meta:
seo:
title: 'Update Template | REST API | Dropbox Sign for Developers'
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.'
x-hideOn: doc
'/template/update_files/{template_id}':
post:
tags:
Expand Down Expand Up @@ -9372,7 +9257,6 @@ components:
type: boolean
default: false
deprecated: true
x-hideOn: doc
is_eid:
description: |-
Send with a value of `true` if you wish to enable
Expand Down Expand Up @@ -9474,7 +9358,6 @@ components:
type: boolean
default: false
deprecated: true
x-hideOn: doc
is_eid:
description: |-
Send with a value of `true` if you wish to enable
Expand Down Expand Up @@ -10936,30 +10819,6 @@ components:
type: string
format: email
type: object
TemplateUpdateRequest:
properties:
cc_roles:
description: 'The CC roles that must be assigned when using the template to send a signature request.'
type: array
items:
type: string
title:
description: 'The title you want to assign to the SignatureRequest.'
type: string
subject:
description: 'The new default template email subject.'
type: string
maxLength: 200
message:
description: 'The new default template email message.'
type: string
maxLength: 5000
form_fields:
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.'
type: array
items:
$ref: '#/components/schemas/SubUpdateFormField'
type: object
TemplateUpdateFilesRequest:
properties:
client_id:
Expand Down Expand Up @@ -14157,10 +14016,6 @@ components:
summary: 'Default Example'
value:
$ref: examples/json/TemplateRemoveUserRequest.json
TemplateUpdateRequest:
summary: 'Default Example'
value:
$ref: examples/json/TemplateUpdateRequest.json
TemplateUpdateFilesRequest:
summary: 'Default Example'
value:
Expand Down
29 changes: 0 additions & 29 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10799,30 +10799,6 @@ components:
type: string
format: email
type: object
TemplateUpdateRequest:
properties:
cc_roles:
description: 'The CC roles that must be assigned when using the template to send a signature request.'
type: array
items:
type: string
title:
description: 'The title you want to assign to the SignatureRequest.'
type: string
subject:
description: 'The new default template email subject.'
type: string
maxLength: 200
message:
description: 'The new default template email message.'
type: string
maxLength: 5000
form_fields:
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.'
type: array
items:
$ref: '#/components/schemas/SubUpdateFormField'
type: object
TemplateUpdateFilesRequest:
properties:
client_id:
Expand Down Expand Up @@ -12571,7 +12547,6 @@ components:
- form_view
type: object
x-internal-class: true
x-hideOn: sdk
TeamResponse:
description: 'Contains information about your team and its members'
properties:
Expand Down Expand Up @@ -14027,10 +14002,6 @@ components:
summary: 'Default Example'
value:
$ref: examples/json/TemplateRemoveUserRequest.json
TemplateUpdateRequest:
summary: 'Default Example'
value:
$ref: examples/json/TemplateUpdateRequest.json
TemplateUpdateFilesRequest:
summary: 'Default Example'
value:
Expand Down
2 changes: 0 additions & 2 deletions sdks/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ Class | Method | HTTP request | Description
*TemplateApi* | [**TemplateGet**](docs/TemplateApi.md#templateget) | **GET** /template/{template_id} | Get Template
*TemplateApi* | [**TemplateList**](docs/TemplateApi.md#templatelist) | **GET** /template/list | List Templates
*TemplateApi* | [**TemplateRemoveUser**](docs/TemplateApi.md#templateremoveuser) | **POST** /template/remove_user/{template_id} | Remove User from Template
*TemplateApi* | [**TemplateUpdate**](docs/TemplateApi.md#templateupdate) | **POST** /template/update/{template_id} | Update Template
*TemplateApi* | [**TemplateUpdateFiles**](docs/TemplateApi.md#templateupdatefiles) | **POST** /template/update_files/{template_id} | Update Template Files
*UnclaimedDraftApi* | [**UnclaimedDraftCreate**](docs/UnclaimedDraftApi.md#unclaimeddraftcreate) | **POST** /unclaimed_draft/create | Create Unclaimed Draft
*UnclaimedDraftApi* | [**UnclaimedDraftCreateEmbedded**](docs/UnclaimedDraftApi.md#unclaimeddraftcreateembedded) | **POST** /unclaimed_draft/create_embedded | Create Embedded Unclaimed Draft
Expand Down Expand Up @@ -396,7 +395,6 @@ Class | Method | HTTP request | Description
- [Model.TemplateUpdateFilesRequest](docs/TemplateUpdateFilesRequest.md)
- [Model.TemplateUpdateFilesResponse](docs/TemplateUpdateFilesResponse.md)
- [Model.TemplateUpdateFilesResponseTemplate](docs/TemplateUpdateFilesResponseTemplate.md)
- [Model.TemplateUpdateRequest](docs/TemplateUpdateRequest.md)
- [Model.UnclaimedDraftCreateEmbeddedRequest](docs/UnclaimedDraftCreateEmbeddedRequest.md)
- [Model.UnclaimedDraftCreateEmbeddedWithTemplateRequest](docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md)
- [Model.UnclaimedDraftCreateRequest](docs/UnclaimedDraftCreateRequest.md)
Expand Down
Loading
Loading