Skip to content

Commit 7d1b951

Browse files
Remove templateEdit from docs for now
1 parent 007f767 commit 7d1b951

3 files changed

Lines changed: 2 additions & 111 deletions

File tree

openapi-raw.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6624,6 +6624,7 @@ paths:
66246624
seo:
66256625
title: '_t__TemplateEdit::SEO::TITLE'
66266626
description: '_t__TemplateEdit::SEO::DESCRIPTION'
6627+
x-hideOn: doc
66276628
'/template/files/{template_id}':
66286629
get:
66296630
tags:

openapi-sdk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6685,6 +6685,7 @@ paths:
66856685
seo:
66866686
title: 'Edit Template | API Documentation | Dropbox Sign for Developers'
66876687
description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to edit a template, click here.'
6688+
x-hideOn: doc
66886689
'/template/files/{template_id}':
66896690
get:
66906691
tags:

openapi.yaml

Lines changed: 0 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -6574,117 +6574,6 @@ paths:
65746574
seo:
65756575
title: 'Delete Template | API Documentation | Dropbox Sign for Developers'
65766576
description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to completely delete a template from the account, click here.'
6577-
'/template/edit/{template_id}':
6578-
post:
6579-
tags:
6580-
- Template
6581-
summary: 'Edit Template'
6582-
description: 'Edits an existing template.'
6583-
operationId: templateEdit
6584-
parameters:
6585-
-
6586-
name: template_id
6587-
in: path
6588-
description: 'The id of the Template to edit.'
6589-
required: true
6590-
schema:
6591-
type: string
6592-
example: f57db65d3f933b5316d398057a36176831451a35
6593-
requestBody:
6594-
required: true
6595-
content:
6596-
application/json:
6597-
schema:
6598-
$ref: '#/components/schemas/TemplateEditRequest'
6599-
examples:
6600-
example:
6601-
$ref: '#/components/examples/TemplateEditRequest'
6602-
responses:
6603-
'200':
6604-
description: 'successful operation'
6605-
headers:
6606-
X-RateLimit-Limit:
6607-
$ref: '#/components/headers/X-RateLimit-Limit'
6608-
X-RateLimit-Remaining:
6609-
$ref: '#/components/headers/X-RateLimit-Remaining'
6610-
X-Ratelimit-Reset:
6611-
$ref: '#/components/headers/X-Ratelimit-Reset'
6612-
content:
6613-
application/json:
6614-
schema:
6615-
$ref: '#/components/schemas/TemplateGetResponse'
6616-
examples:
6617-
example:
6618-
$ref: '#/components/examples/TemplateGetResponse'
6619-
'4XX':
6620-
description: failed_operation
6621-
content:
6622-
application/json:
6623-
schema:
6624-
$ref: '#/components/schemas/ErrorResponse'
6625-
examples:
6626-
400_example:
6627-
$ref: '#/components/examples/Error400Response'
6628-
401_example:
6629-
$ref: '#/components/examples/Error401Response'
6630-
402_example:
6631-
$ref: '#/components/examples/Error402Response'
6632-
403_example:
6633-
$ref: '#/components/examples/Error403Response'
6634-
429_example:
6635-
$ref: '#/components/examples/Error429Response'
6636-
404_example:
6637-
$ref: '#/components/examples/Error404Response'
6638-
409_example:
6639-
$ref: '#/components/examples/Error409Response'
6640-
4XX_example:
6641-
$ref: '#/components/examples/Error4XXResponse'
6642-
security:
6643-
-
6644-
api_key: []
6645-
-
6646-
oauth2:
6647-
- template_access
6648-
x-codeSamples:
6649-
-
6650-
lang: PHP
6651-
label: PHP
6652-
source:
6653-
$ref: examples/TemplateEditExample.php
6654-
-
6655-
lang: 'C#'
6656-
label: 'C#'
6657-
source:
6658-
$ref: examples/TemplateEditExample.cs
6659-
-
6660-
lang: TypeScript
6661-
label: TypeScript
6662-
source:
6663-
$ref: examples/TemplateEditExample.ts
6664-
-
6665-
lang: Java
6666-
label: Java
6667-
source:
6668-
$ref: examples/TemplateEditExample.java
6669-
-
6670-
lang: Ruby
6671-
label: Ruby
6672-
source:
6673-
$ref: examples/TemplateEditExample.rb
6674-
-
6675-
lang: Python
6676-
label: Python
6677-
source:
6678-
$ref: examples/TemplateEditExample.py
6679-
-
6680-
lang: cURL
6681-
label: cURL
6682-
source:
6683-
$ref: examples/TemplateEditExample.sh
6684-
x-meta:
6685-
seo:
6686-
title: 'Edit Template | API Documentation | Dropbox Sign for Developers'
6687-
description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to edit a template, click here.'
66886577
'/template/files/{template_id}':
66896578
get:
66906579
tags:

0 commit comments

Comments
 (0)