Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
41d3cd5f
Unverified
Commit
41d3cd5f
authored
Aug 02, 2021
by
mrekucci
Committed by
GitHub
Aug 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(openapi): add missing HTTP responses (#2387)
parent
234d0429
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
SwarmCommon.yaml
openapi/SwarmCommon.yaml
+6
-0
SwarmDebug.yaml
openapi/SwarmDebug.yaml
+4
-0
No files found.
openapi/SwarmCommon.yaml
View file @
41d3cd5f
...
...
@@ -666,6 +666,12 @@ components:
application/problem+json
:
schema
:
$ref
:
"
#/components/schemas/ProblemDetails"
"
429"
:
description
:
Too many requests
content
:
application/problem+json
:
schema
:
$ref
:
"
#/components/schemas/ProblemDetails"
"
500"
:
description
:
Internal Server Error
content
:
...
...
openapi/SwarmDebug.yaml
View file @
41d3cd5f
...
...
@@ -538,6 +538,8 @@ paths:
$ref
:
"
SwarmCommon.yaml#/components/schemas/TransactionResponse"
"
404"
:
$ref
:
"
SwarmCommon.yaml#/components/responses/404"
"
429"
:
$ref
:
"
SwarmCommon.yaml#/components/responses/429"
"
500"
:
$ref
:
"
SwarmCommon.yaml#/components/responses/500"
default
:
...
...
@@ -864,6 +866,8 @@ paths:
$ref
:
"
SwarmCommon.yaml#/components/schemas/BatchIDResponse"
"
400"
:
$ref
:
"
SwarmCommon.yaml#/components/responses/400"
"
429"
:
$ref
:
"
SwarmCommon.yaml#/components/responses/429"
"
500"
:
$ref
:
"
SwarmCommon.yaml#/components/responses/500"
default
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment