Skip to content

Commit 6a0b1a1

Browse files
Applied the hiding on docs for now
1 parent d0a716e commit 6a0b1a1

3 files changed

Lines changed: 2 additions & 114 deletions

File tree

openapi-raw.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7286,6 +7286,7 @@ paths:
72867286
seo:
72877287
title: '_t__TemplateUpdate::SEO::TITLE'
72887288
description: '_t__TemplateUpdate::SEO::DESCRIPTION'
7289+
x-hideOn: doc
72897290
'/template/update_files/{template_id}':
72907291
post:
72917292
tags:

openapi-sdk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7359,6 +7359,7 @@ paths:
73597359
seo:
73607360
title: 'Update Template | REST API | Dropbox Sign for Developers'
73617361
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.'
7362+
x-hideOn: doc
73627363
'/template/update_files/{template_id}':
73637364
post:
73647365
tags:

openapi.yaml

Lines changed: 0 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -7245,120 +7245,6 @@ paths:
72457245
seo:
72467246
title: 'Remove User from Template | REST API | Dropbox Sign for Developers'
72477247
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.'
7248-
'/template/update/{template_id}':
7249-
post:
7250-
tags:
7251-
- Template
7252-
summary: 'Edit Template'
7253-
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.'
7254-
operationId: templateUpdate
7255-
parameters:
7256-
-
7257-
name: template_id
7258-
in: path
7259-
description: 'The ID of the template to update.'
7260-
required: true
7261-
schema:
7262-
type: string
7263-
example: f57db65d3f933b5316d398057a36176831451a35
7264-
requestBody:
7265-
required: true
7266-
content:
7267-
application/json:
7268-
schema:
7269-
$ref: '#/components/schemas/TemplateUpdateRequest'
7270-
examples:
7271-
example:
7272-
$ref: '#/components/examples/TemplateUpdateRequest'
7273-
multipart/form-data:
7274-
schema:
7275-
$ref: '#/components/schemas/TemplateUpdateRequest'
7276-
responses:
7277-
'200':
7278-
description: 'successful operation'
7279-
headers:
7280-
X-RateLimit-Limit:
7281-
$ref: '#/components/headers/X-RateLimit-Limit'
7282-
X-RateLimit-Remaining:
7283-
$ref: '#/components/headers/X-RateLimit-Remaining'
7284-
X-Ratelimit-Reset:
7285-
$ref: '#/components/headers/X-Ratelimit-Reset'
7286-
content:
7287-
application/json:
7288-
schema:
7289-
$ref: '#/components/schemas/TemplateGetResponse'
7290-
examples:
7291-
example:
7292-
$ref: '#/components/examples/TemplateGetResponse'
7293-
'4XX':
7294-
description: failed_operation
7295-
content:
7296-
application/json:
7297-
schema:
7298-
$ref: '#/components/schemas/ErrorResponse'
7299-
examples:
7300-
400_example:
7301-
$ref: '#/components/examples/Error400Response'
7302-
401_example:
7303-
$ref: '#/components/examples/Error401Response'
7304-
402_example:
7305-
$ref: '#/components/examples/Error402Response'
7306-
403_example:
7307-
$ref: '#/components/examples/Error403Response'
7308-
429_example:
7309-
$ref: '#/components/examples/Error429Response'
7310-
404_example:
7311-
$ref: '#/components/examples/Error404Response'
7312-
409_example:
7313-
$ref: '#/components/examples/Error409Response'
7314-
4XX_example:
7315-
$ref: '#/components/examples/Error4XXResponse'
7316-
security:
7317-
-
7318-
api_key: []
7319-
-
7320-
oauth2:
7321-
- template_access
7322-
x-codeSamples:
7323-
-
7324-
lang: PHP
7325-
label: PHP
7326-
source:
7327-
$ref: examples/TemplateUpdateExample.php
7328-
-
7329-
lang: 'C#'
7330-
label: 'C#'
7331-
source:
7332-
$ref: examples/TemplateUpdateExample.cs
7333-
-
7334-
lang: TypeScript
7335-
label: TypeScript
7336-
source:
7337-
$ref: examples/TemplateUpdateExample.ts
7338-
-
7339-
lang: Java
7340-
label: Java
7341-
source:
7342-
$ref: examples/TemplateUpdateExample.java
7343-
-
7344-
lang: Ruby
7345-
label: Ruby
7346-
source:
7347-
$ref: examples/TemplateUpdateExample.rb
7348-
-
7349-
lang: Python
7350-
label: Python
7351-
source:
7352-
$ref: examples/TemplateUpdateExample.py
7353-
-
7354-
lang: cURL
7355-
label: cURL
7356-
source:
7357-
$ref: examples/TemplateUpdateExample.sh
7358-
x-meta:
7359-
seo:
7360-
title: 'Update Template | REST API | Dropbox Sign for Developers'
7361-
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.'
73627248
'/template/update_files/{template_id}':
73637249
post:
73647250
tags:

0 commit comments

Comments
 (0)