Skip to content

Commit aa48453

Browse files
committed
500 response code for model/submit
1 parent 19a6e10 commit aa48453

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/openapi/api.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,12 @@ paths:
160160
operationId: api.routes.submit_manifest_route
161161
responses:
162162
"200":
163-
description: Manifest Submitted
163+
description: Manifest submitted
164164
content:
165165
application/json:
166166
schema:
167167
type: boolean
168+
"500":
169+
description: Check schematic log
168170
tags:
169171
- Model Operations

0 commit comments

Comments
 (0)