Skip to content

Commit

Permalink
deploy: b501995
Browse files Browse the repository at this point in the history
  • Loading branch information
qunabu committed Feb 22, 2024
1 parent ec4d31a commit d5ae685
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4608,7 +4608,7 @@
"in": "path",
"required": true,
"schema": {
"type": "string"
"type": "integer"
}
}
],
Expand All @@ -4634,6 +4634,16 @@
"summary": "Update category",
"description": "Update single Categories",
"operationId": "bc92931a63a6a92bccf421c9965031a3",
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"type": "integer"
}
}
],
"requestBody": {
"content": {
"application/json": {
Expand Down Expand Up @@ -4695,6 +4705,16 @@
"summary": "Destroy category",
"description": "Destroy the specified category",
"operationId": "7867cdf249d471f8b845ae16eb6fbd51",
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"type": "integer"
}
}
],
"responses": {
"200": {
"description": "successful operation",
Expand Down

0 comments on commit d5ae685

Please sign in to comment.