Skip to content

Commit

Permalink
Merge branch 'apidoc' of https://github.com/RecyThing/RecyThing-API i…
Browse files Browse the repository at this point in the history
…nto apidoc
  • Loading branch information
teranixbq committed Dec 16, 2023
2 parents 45aa235 + a8512c8 commit 6ab545a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion swagger/apidoc-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@
"description": "this enpoint for update mission when approval rejected",
"parameters": [
{
"$ref": "#/components/parameters/id"
"$ref": "#/components/parameters/idupload"
}
],
"requestBody": {
Expand Down Expand Up @@ -2864,6 +2864,15 @@
"type": "string"
}
},
"idupload": {
"name": "id",
"in": "path",
"description": "id upload mission",
"required": true,
"schema": {
"type": "string"
}
},
"search": {
"name": "search",
"in": "query",
Expand Down

0 comments on commit 6ab545a

Please sign in to comment.