feat: Cleanup old HTML and non-versioned PDF export

This commit is contained in:
2025-12-26 10:46:18 +01:00
parent 896902f590
commit 59e89662cf
4 changed files with 0 additions and 495 deletions

View File

@@ -170,35 +170,6 @@ paths:
"503":
$ref: "https://api.swaggerhub.com/domains/smartbear-public/ProblemDetails/1.0.0#/components/responses/ServiceUnavailable"
/application-forms/{id}/html:
get:
summary: Returns the application form rendered as HTML
operationId: getApplicationFormHtml
tags:
- application-form
parameters:
- name: id
in: path
required: true
schema:
type: string
format: uuid
responses:
'200':
description: Application form as HTML
content:
text/html:
schema:
type: string
"400":
$ref: "https://api.swaggerhub.com/domains/smartbear-public/ProblemDetails/1.0.0#/components/responses/BadRequest"
"401":
$ref: "https://api.swaggerhub.com/domains/smartbear-public/ProblemDetails/1.0.0#/components/responses/Unauthorized"
"500":
$ref: "https://api.swaggerhub.com/domains/smartbear-public/ProblemDetails/1.0.0#/components/responses/ServerError"
"503":
$ref: "https://api.swaggerhub.com/domains/smartbear-public/ProblemDetails/1.0.0#/components/responses/ServiceUnavailable"
/application-forms/{id}/submit:
post:
summary: Submit an application form