Skip to content

Commit a8c861e

Browse files
committed
deploy: e2a64ce
1 parent d46c20d commit a8c861e

70 files changed

Lines changed: 141 additions & 83 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openapi.1.0.0.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,34 @@ paths:
17731773
application/json:
17741774
schema:
17751775
$ref: '#/components/schemas/Responses.AnswersRequestUpdate'
1776+
/api/responses/{responseId}/cancel:
1777+
post:
1778+
operationId: Responses_cancelFormResponseSubmission
1779+
summary: Cancel Form Response Submission
1780+
description: Cancel a submitted response and revert it to draft. Only submitted responses can be canceled.
1781+
parameters:
1782+
- name: responseId
1783+
in: path
1784+
required: true
1785+
schema:
1786+
$ref: '#/components/schemas/uuid'
1787+
responses:
1788+
'200':
1789+
description: The request has succeeded.
1790+
'400':
1791+
description: The server could not understand the request due to invalid syntax.
1792+
content:
1793+
application/json:
1794+
schema:
1795+
$ref: '#/components/schemas/BadRequest'
1796+
'404':
1797+
description: The server cannot find the requested resource.
1798+
content:
1799+
application/json:
1800+
schema:
1801+
$ref: '#/components/schemas/NotFound'
1802+
tags:
1803+
- Responses
17761804
/api/responses/{responseId}/questions/{questionId}:
17771805
get:
17781806
operationId: Responses_getQuestionResponse

redocly/index.html

Lines changed: 20 additions & 6 deletions
Large diffs are not rendered by default.

sdk/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)