fix: adding default handler for post on setup (#17972) (#17973)

pull/18008/head
Vlasta Hajek 2020-05-07 23:52:53 +02:00 committed by GitHub
parent 97c15012a1
commit 330a3eb09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,12 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/OnboardingResponse"
default:
description: Unexpected error
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
/documents/templates:
get:
operationId: GetDocumentsTemplates