Skip to content

Commit

Permalink
fixup! files_sharing: Add OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin committed Apr 16, 2023
1 parent 296949d commit 427c26e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions apps/files_sharing/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,15 +788,6 @@
"summary": "Update a share",
"operationId": "shareapi-update-share",
"parameters": [
{
"name": "id",
"in": "query",
"description": "ID of the share",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "permissions",
"in": "query",
Expand Down Expand Up @@ -870,6 +861,15 @@
"type": "string"
}
},
{
"name": "id",
"in": "path",
"description": "ID of the share",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "OCS-APIRequest",
"in": "header",
Expand Down Expand Up @@ -1020,7 +1020,7 @@
"parameters": [
{
"name": "id",
"in": "query",
"in": "path",
"description": "ID of the share",
"required": true,
"schema": {
Expand Down Expand Up @@ -1909,7 +1909,7 @@
"parameters": [
{
"name": "id",
"in": "query",
"in": "path",
"description": "ID of the share",
"required": true,
"schema": {
Expand Down Expand Up @@ -2107,7 +2107,7 @@
"parameters": [
{
"name": "id",
"in": "query",
"in": "path",
"description": "ID of the share",
"required": true,
"schema": {
Expand Down

0 comments on commit 427c26e

Please sign in to comment.