fix: UploadProblem json -> form-data

This commit is contained in:
Vyacheslav1557 2025-04-23 16:01:26 +05:00
parent a0e07aab66
commit 91b7c68046

View file

@ -114,7 +114,7 @@ paths:
requestBody:
required: true
content:
application/json:
multipart/form-data:
schema:
$ref: '#/components/schemas/UploadProblemRequest'
responses: