Skip to content

Commit

Permalink
Temporarily removes /template/create_embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreminio-dropbox committed Oct 11, 2023
1 parent dc86e5e commit 7208076
Show file tree
Hide file tree
Showing 62 changed files with 2 additions and 8,657 deletions.
263 changes: 0 additions & 263 deletions openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4583,120 +4583,6 @@ paths:
seo:
title: '_t__TemplateAddUser::SEO::TITLE'
description: '_t__TemplateAddUser::SEO::DESCRIPTION'
/template/create_embedded:
post:
tags:
- Template
summary: '_t__TemplateCreateEmbedded::SUMMARY'
description: '_t__TemplateCreateEmbedded::DESCRIPTION'
operationId: templateCreateEmbedded
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/TemplateCreateEmbeddedRequest'
examples:
default_example:
$ref: '#/components/examples/TemplateCreateEmbeddedRequestDefaultExample'
form_fields_per_document:
$ref: '#/components/examples/TemplateCreateEmbeddedRequestFormFieldsPerDocumentExample'
form_field_groups:
$ref: '#/components/examples/TemplateCreateEmbeddedRequestFormFieldGroupsExample'
form_field_rules:
$ref: '#/components/examples/TemplateCreateEmbeddedRequestFormFieldRulesExample'
multipart/form-data:
schema:
$ref: '#/components/schemas/TemplateCreateEmbeddedRequest'
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/TemplateCreateEmbeddedResponse'
examples:
default_example:
$ref: '#/components/examples/TemplateCreateEmbeddedResponseExample'
4XX:
description: failed_operation
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
400_example:
$ref: '#/components/examples/Error400ResponseExample'
401_example:
$ref: '#/components/examples/Error401ResponseExample'
402_example:
$ref: '#/components/examples/Error402ResponseExample'
403_example:
$ref: '#/components/examples/Error403ResponseExample'
404_example:
$ref: '#/components/examples/Error404ResponseExample'
409_example:
$ref: '#/components/examples/Error409ResponseExample'
4XX_example:
$ref: '#/components/examples/Error4XXResponseExample'
security:
-
api_key: []
-
oauth2:
- template_access
x-codeSamples:
-
lang: PHP
label: PHP
source:
$ref: examples/TemplateCreateEmbedded.php
-
lang: 'C#'
label: 'C#'
source:
$ref: examples/TemplateCreateEmbedded.cs
-
lang: JavaScript
label: JavaScript
source:
$ref: examples/TemplateCreateEmbedded.js
-
lang: TypeScript
label: TypeScript
source:
$ref: examples/TemplateCreateEmbedded.ts
-
lang: Java
label: Java
source:
$ref: examples/TemplateCreateEmbedded.java
-
lang: Ruby
label: Ruby
source:
$ref: examples/TemplateCreateEmbedded.rb
-
lang: Python
label: Python
source:
$ref: examples/TemplateCreateEmbedded.py
-
lang: cURL
label: cURL
source:
$ref: examples/TemplateCreateEmbedded.sh
x-meta:
seo:
title: '_t__TemplateCreateEmbedded::SEO::TITLE'
description: '_t__TemplateCreateEmbedded::SEO::DESCRIPTION'
/template/create_embedded_draft:
post:
tags:
Expand Down Expand Up @@ -7853,116 +7739,6 @@ components:
type: boolean
default: false
type: object
TemplateCreateEmbeddedRequest:
required:
- client_id
properties:
files:
description: '_t__TemplateCreateEmbedded::FILES'
type: array
items:
type: string
format: binary
file_urls:
description: '_t__TemplateCreateEmbedded::FILE_URLS'
type: array
items:
type: string
allow_ccs:
description: '_t__TemplateCreateEmbedded::ALLOW_CCS'
type: boolean
default: true
allow_reassign:
description: '_t__TemplateCreateEmbedded::ALLOW_REASSIGN'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
cc_roles:
description: '_t__TemplateCreateEmbedded::CC_ROLES'
type: array
items:
type: string
client_id:
description: '_t__TemplateCreateEmbedded::CLIENT_ID'
type: string
editor_options:
$ref: '#/components/schemas/SubEditorOptions'
field_options:
$ref: '#/components/schemas/SubFieldOptions'
force_signer_roles:
description: '_t__TemplateCreateEmbedded::FORCE_SIGNER_ROLES'
type: boolean
default: false
force_subject_message:
description: '_t__TemplateCreateEmbedded::FORCE_SUBJECT_MESSAGE'
type: boolean
default: false
form_field_groups:
description: '_t__Sub::FormFieldGroup::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubFormFieldGroup'
form_field_rules:
description: '_t__Sub::FormFieldRule::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubFormFieldRule'
form_fields_per_document:
description: '_t__Sub::FormFieldsPerDocument::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubFormFieldsPerDocumentBase'
merge_fields:
description: '_t__TemplateCreateEmbedded::MERGE_FIELDS'
type: array
items:
$ref: '#/components/schemas/SubMergeField'
message:
description: '_t__TemplateCreateEmbedded::MESSAGE'
type: string
maxLength: 5000
metadata:
description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: { }
show_preview:
description: '_t__TemplateCreateEmbedded::SHOW_PREVIEW'
type: boolean
default: false
show_progress_stepper:
description: '_t__TemplateCreateEmbedded::SHOW_PROGRESS_STEPPER'
type: boolean
default: true
signer_roles:
description: '_t__TemplateCreateEmbedded::SIGNER_ROLES'
type: array
items:
$ref: '#/components/schemas/SubTemplateRole'
skip_me_now:
description: '_t__TemplateCreateEmbedded::SKIP_ME_NOW'
type: boolean
default: false
subject:
description: '_t__TemplateCreateEmbedded::SUBJECT'
type: string
maxLength: 200
test_mode:
description: '_t__TemplateCreateEmbedded::TEST_MODE'
type: boolean
default: false
title:
description: '_t__TemplateCreateEmbedded::TITLE'
type: string
use_preexisting_fields:
description: '_t__TemplateCreateEmbedded::USE_PREEXISTING_FIELDS'
type: boolean
default: false
type: object
TemplateCreateEmbeddedDraftRequest:
required:
- client_id
Expand Down Expand Up @@ -9773,14 +9549,6 @@ components:
deprecated: true
type: object
x-internal: true
TemplateCreateEmbeddedResponseTemplate:
description: '_t__TemplateCreateEmbeddedResponseTemplate::DESCRIPTION'
properties:
template_id:
description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
type: object
x-internal: true
TemplateResponseDocument:
properties:
name:
Expand Down Expand Up @@ -10416,17 +10184,6 @@ components:
$ref: '#/components/schemas/WarningResponse'
type: object
x-internal: true
TemplateCreateEmbeddedResponse:
properties:
template:
$ref: '#/components/schemas/TemplateCreateEmbeddedResponse'
warnings:
description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
type: object
x-internal: true
TemplateCreateEmbeddedDraftResponse:
properties:
template:
Expand Down Expand Up @@ -10605,22 +10362,6 @@ components:
summary: 'Default Example'
value:
$ref: examples/json/TemplateAddUserRequestDefaultExample.json
TemplateCreateEmbeddedRequestDefaultExample:
summary: 'Default Example'
value:
$ref: examples/json/TemplateCreateEmbeddedRequestDefaultExample.json
TemplateCreateEmbeddedRequestFormFieldsPerDocumentExample:
summary: 'Form Fields Per Document Example'
value:
$ref: examples/json/TemplateCreateEmbeddedRequestFormFieldsPerDocumentExample.json
TemplateCreateEmbeddedRequestFormFieldGroupsExample:
summary: 'Form Fields Per Document and Groups Example'
value:
$ref: examples/json/TemplateCreateEmbeddedRequestFormFieldGroupsExample.json
TemplateCreateEmbeddedRequestFormFieldRulesExample:
summary: 'Form Fields Per Document and Rules Example'
value:
$ref: examples/json/TemplateCreateEmbeddedRequestFormFieldRulesExample.json
TemplateCreateEmbeddedDraftRequestDefaultExample:
summary: 'Default Example'
value:
Expand Down Expand Up @@ -10925,10 +10666,6 @@ components:
summary: '_t__TeamSubTeamsResponseExample::SUMMARY'
value:
$ref: examples/json/TeamSubTeamsResponseExample.json
TemplateCreateEmbeddedResponseExample:
summary: '_t__TemplateCreateEmbeddedResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateCreateEmbeddedResponseExample.json
TemplateCreateEmbeddedDraftResponseExample:
summary: '_t__TemplateCreateEmbeddedDraftResponseExample::SUMMARY'
value:
Expand Down
Loading

0 comments on commit 7208076

Please sign in to comment.