Skip to content

Commit

Permalink
Updated swagger docs to allow admins to hit owner endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 24, 2023
1 parent 5df10e8 commit 832737a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
}
}
},
"security": [ { "owner": [] } ],
"security": [ { "owner": [], "admin": [] } ],
"responses": {
"200": { "description": "Successful change to the project permissions." },
"400": {
Expand Down Expand Up @@ -391,7 +391,7 @@
{ "$ref": "#/components/parameters/asset" },
{ "$ref": "#/components/parameters/version" }
],
"security": [ { "owner": [] } ],
"security": [ { "owner": [], "admin": [] } ],
"responses": {
"200": { "description": "Successful approval.." },
"401": { "$ref": "#/components/responses/401" },
Expand All @@ -409,7 +409,7 @@
{ "$ref": "#/components/parameters/asset" },
{ "$ref": "#/components/parameters/version" }
],
"security": [ { "owner": [] } ],
"security": [ { "owner": [], "admin": [] } ],
"responses": {
"200": { "description": "Successful approval.." },
"401": { "$ref": "#/components/responses/401" },
Expand Down

0 comments on commit 832737a

Please sign in to comment.