Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit da7770a

Browse files
Update OpenAPI to version generated from ref c140e65 (#662)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c140e65 commit da7770a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

api/openapi.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,13 @@
285285
}
286286
],
287287
"responses": {
288-
"204": {
289-
"description": "Successful Response"
288+
"200": {
289+
"description": "Successful Response",
290+
"content": {
291+
"application/json": {
292+
"schema": {}
293+
}
294+
}
290295
},
291296
"422": {
292297
"description": "Validation Error",

0 commit comments

Comments
 (0)