Skip to content

Commit

Permalink
docs: fix API docs for /syms/rescan
Browse files Browse the repository at this point in the history
blacktop committed Oct 2, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent adbd318 commit bfb1587
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions api/swagger.json
Original file line number Diff line number Diff line change
@@ -1591,8 +1591,8 @@
}
],
"responses": {
"200": {
"$ref": "#/responses/successResponse"
"201": {
"$ref": "#/responses/createdResponse"
},
"500": {
"$ref": "#/responses/genericError"
@@ -4761,6 +4761,14 @@
}
}
},
"createdResponse": {
"description": "",
"headers": {
"created": {
"type": "boolean"
}
}
},
"deviceListResponse": {
"description": "",
"headers": {
12 changes: 10 additions & 2 deletions www/static/api/swagger.json
Original file line number Diff line number Diff line change
@@ -1591,8 +1591,8 @@
}
],
"responses": {
"200": {
"$ref": "#/responses/successResponse"
"201": {
"$ref": "#/responses/createdResponse"
},
"500": {
"$ref": "#/responses/genericError"
@@ -4761,6 +4761,14 @@
}
}
},
"createdResponse": {
"description": "",
"headers": {
"created": {
"type": "boolean"
}
}
},
"deviceListResponse": {
"description": "",
"headers": {

0 comments on commit bfb1587

Please sign in to comment.