aboutsummaryrefslogtreecommitdiff
path: root/schemas/openapi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/openapi.yaml')
-rw-r--r--schemas/openapi.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/schemas/openapi.yaml b/schemas/openapi.yaml
index ecc9390..0a45bb7 100644
--- a/schemas/openapi.yaml
+++ b/schemas/openapi.yaml
@@ -26,7 +26,9 @@ paths:
schema:
"$ref": "opcut.yaml#/definitions/result"
default:
- description: error
+ content:
+ text/plain:
+ description: error message
'/generate_output':
post:
parameters:
@@ -51,5 +53,7 @@ paths:
application/pdf: {}
image/svg+xml: {}
default:
- description: error
+ content:
+ text/plain:
+ description: error message
...