Skip to content

Commit

Permalink
fixed subunits endpoint in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Oct 3, 2023
1 parent a933301 commit fd28bf6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions openatlas/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@
}
}
},
"/subunits/": {
"/subunits/{entityId}": {
"get": {
"tags": [
"Special Endpoints"
Expand All @@ -883,13 +883,10 @@
"operationId": "GetSubunits",
"parameters": [
{
"$ref": "#/components/parameters/format"
"$ref": "#/components/parameters/entityId"
},
{
"$ref": "#/components/parameters/download"
},
{
"$ref": "#/components/parameters/count"
}
],
"responses": {
Expand Down

0 comments on commit fd28bf6

Please sign in to comment.