|
|
@ -1,43 +1,26 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"openapi": "3.0.3", |
|
|
|
"openapi": "3.1.0", |
|
|
|
"info": { |
|
|
|
"info": { |
|
|
|
"title": "Core", |
|
|
|
"title": "Core", |
|
|
|
"version": "24.0.5", |
|
|
|
"version": "24.0.5", |
|
|
|
"description": "Core functionality of Nextcloud", |
|
|
|
"description": "Core functionality of Nextcloud", |
|
|
|
"license": { |
|
|
|
"license": { |
|
|
|
"name": "agpl" |
|
|
|
"name": "agpl", |
|
|
|
|
|
|
|
"identifier": " AGPL-3.0" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"servers": [ |
|
|
|
"tags": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"url": "https://{hostname}:{port}", |
|
|
|
"name": "core" |
|
|
|
"variables": { |
|
|
|
|
|
|
|
"hostname": { |
|
|
|
|
|
|
|
"default": "localhost" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"port": { |
|
|
|
|
|
|
|
"default": "8080" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"security": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"basic_auth": [] |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
"components": { |
|
|
|
|
|
|
|
"securitySchemes": { |
|
|
|
|
|
|
|
"basic_auth": { |
|
|
|
|
|
|
|
"type": "http", |
|
|
|
|
|
|
|
"scheme": "basic" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"paths": { |
|
|
|
"paths": { |
|
|
|
"/core/lostpassword/email": { |
|
|
|
"/core/lostpassword/email": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "lost-email-TODO", |
|
|
|
"operationId": "lost-email-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "user", |
|
|
|
"name": "user", |
|
|
@ -83,6 +66,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "lost-resetform-TODO", |
|
|
|
"operationId": "lost-resetform-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -118,6 +104,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "lost-setpassword-TODO", |
|
|
|
"operationId": "lost-setpassword-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "password", |
|
|
|
"name": "password", |
|
|
@ -132,7 +121,7 @@ |
|
|
|
"in": "query", |
|
|
|
"in": "query", |
|
|
|
"required": true, |
|
|
|
"required": true, |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
"type": "boolean" |
|
|
|
"type": "integer" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
@ -163,6 +152,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "profilepage-index-TODO", |
|
|
|
"operationId": "profilepage-index-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -180,6 +172,9 @@ |
|
|
|
"/core/displaynames": { |
|
|
|
"/core/displaynames": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "user-getdisplaynames-TODO", |
|
|
|
"operationId": "user-getdisplaynames-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "users", |
|
|
|
"name": "users", |
|
|
@ -225,6 +220,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "avatar-getavatar-TODO", |
|
|
|
"operationId": "avatar-getavatar-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -242,6 +240,9 @@ |
|
|
|
"/core/avatar": { |
|
|
|
"/core/avatar": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "avatar-postavatar-TODO", |
|
|
|
"operationId": "avatar-postavatar-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "path", |
|
|
|
"name": "path", |
|
|
@ -267,6 +268,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"delete": { |
|
|
|
"delete": { |
|
|
|
"operationId": "avatar-deleteavatar-TODO", |
|
|
|
"operationId": "avatar-deleteavatar-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -284,6 +288,9 @@ |
|
|
|
"/core/avatar/cropped": { |
|
|
|
"/core/avatar/cropped": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "avatar-postcroppedavatar-TODO", |
|
|
|
"operationId": "avatar-postcroppedavatar-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "crop", |
|
|
|
"name": "crop", |
|
|
@ -311,6 +318,9 @@ |
|
|
|
"/core/avatar/tmp": { |
|
|
|
"/core/avatar/tmp": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "avatar-gettmpavatar-TODO", |
|
|
|
"operationId": "avatar-gettmpavatar-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -348,6 +358,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "guestavatar-getavatar-TODO", |
|
|
|
"operationId": "guestavatar-getavatar-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -365,6 +378,9 @@ |
|
|
|
"/core/csrftoken": { |
|
|
|
"/core/csrftoken": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "csrftoken-index-TODO", |
|
|
|
"operationId": "csrftoken-index-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -382,6 +398,9 @@ |
|
|
|
"/core/login": { |
|
|
|
"/core/login": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "login-showloginform-TODO", |
|
|
|
"operationId": "login-showloginform-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "user", |
|
|
|
"name": "user", |
|
|
@ -415,6 +434,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "login-trylogin-TODO", |
|
|
|
"operationId": "login-trylogin-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "user", |
|
|
|
"name": "user", |
|
|
@ -476,6 +498,9 @@ |
|
|
|
"/core/login/confirm": { |
|
|
|
"/core/login/confirm": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "login-confirmpassword-TODO", |
|
|
|
"operationId": "login-confirmpassword-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "password", |
|
|
|
"name": "password", |
|
|
@ -503,6 +528,9 @@ |
|
|
|
"/core/logout": { |
|
|
|
"/core/logout": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "login-logout-TODO", |
|
|
|
"operationId": "login-logout-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -520,6 +548,9 @@ |
|
|
|
"/core/login/flow": { |
|
|
|
"/core/login/flow": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "clientflowlogin-showauthpickerpage-TODO", |
|
|
|
"operationId": "clientflowlogin-showauthpickerpage-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "clientIdentifier", |
|
|
|
"name": "clientIdentifier", |
|
|
@ -564,6 +595,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "clientflowlogin-generateapppassword-TODO", |
|
|
|
"operationId": "clientflowlogin-generateapppassword-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "stateToken", |
|
|
|
"name": "stateToken", |
|
|
@ -600,6 +634,9 @@ |
|
|
|
"/core/login/flow/grant": { |
|
|
|
"/core/login/flow/grant": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "clientflowlogin-grantpage-TODO", |
|
|
|
"operationId": "clientflowlogin-grantpage-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "stateToken", |
|
|
|
"name": "stateToken", |
|
|
@ -646,6 +683,9 @@ |
|
|
|
"/core/login/flow/apptoken": { |
|
|
|
"/core/login/flow/apptoken": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "clientflowlogin-apptokenredirect-TODO", |
|
|
|
"operationId": "clientflowlogin-apptokenredirect-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "stateToken", |
|
|
|
"name": "stateToken", |
|
|
@ -689,6 +729,9 @@ |
|
|
|
"/core/login/v2/poll": { |
|
|
|
"/core/login/v2/poll": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "clientflowloginv2-poll-TODO", |
|
|
|
"operationId": "clientflowloginv2-poll-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "token", |
|
|
|
"name": "token", |
|
|
@ -716,6 +759,9 @@ |
|
|
|
"/core/login/v2/flow": { |
|
|
|
"/core/login/v2/flow": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "clientflowloginv2-showauthpickerpage-TODO", |
|
|
|
"operationId": "clientflowloginv2-showauthpickerpage-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "user", |
|
|
|
"name": "user", |
|
|
@ -754,6 +800,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "clientflowloginv2-landing-TODO", |
|
|
|
"operationId": "clientflowloginv2-landing-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "user", |
|
|
|
"name": "user", |
|
|
@ -782,6 +831,9 @@ |
|
|
|
"/core/login/v2/grant": { |
|
|
|
"/core/login/v2/grant": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "clientflowloginv2-grantpage-TODO", |
|
|
|
"operationId": "clientflowloginv2-grantpage-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "stateToken", |
|
|
|
"name": "stateToken", |
|
|
@ -807,6 +859,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "clientflowloginv2-generateapppassword-TODO", |
|
|
|
"operationId": "clientflowloginv2-generateapppassword-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "stateToken", |
|
|
|
"name": "stateToken", |
|
|
@ -834,6 +889,9 @@ |
|
|
|
"/core/login/v2": { |
|
|
|
"/core/login/v2": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "clientflowloginv2-init-TODO", |
|
|
|
"operationId": "clientflowloginv2-init-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -851,6 +909,9 @@ |
|
|
|
"/core/login/v2/apptoken": { |
|
|
|
"/core/login/v2/apptoken": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "clientflowloginv2-apptokenredirect-TODO", |
|
|
|
"operationId": "clientflowloginv2-apptokenredirect-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "stateToken", |
|
|
|
"name": "stateToken", |
|
|
@ -894,6 +955,9 @@ |
|
|
|
"/core/login/selectchallenge": { |
|
|
|
"/core/login/selectchallenge": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "twofactorchallenge-selectchallenge-TODO", |
|
|
|
"operationId": "twofactorchallenge-selectchallenge-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "redirect_url", |
|
|
|
"name": "redirect_url", |
|
|
@ -931,6 +995,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "twofactorchallenge-showchallenge-TODO", |
|
|
|
"operationId": "twofactorchallenge-showchallenge-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "redirect_url", |
|
|
|
"name": "redirect_url", |
|
|
@ -956,6 +1023,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "twofactorchallenge-solvechallenge-TODO", |
|
|
|
"operationId": "twofactorchallenge-solvechallenge-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "challenge", |
|
|
|
"name": "challenge", |
|
|
@ -991,6 +1061,9 @@ |
|
|
|
"/core/login/setupchallenge": { |
|
|
|
"/core/login/setupchallenge": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "twofactorchallenge-setupproviders-TODO", |
|
|
|
"operationId": "twofactorchallenge-setupproviders-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1018,6 +1091,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "twofactorchallenge-setupprovider-TODO", |
|
|
|
"operationId": "twofactorchallenge-setupprovider-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1033,6 +1109,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "twofactorchallenge-confirmprovidersetup-TODO", |
|
|
|
"operationId": "twofactorchallenge-confirmprovidersetup-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1050,6 +1129,9 @@ |
|
|
|
"/core/core/js/oc.js": { |
|
|
|
"/core/core/js/oc.js": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "ocjs-getconfig-TODO", |
|
|
|
"operationId": "ocjs-getconfig-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1067,6 +1149,9 @@ |
|
|
|
"/core/core/preview": { |
|
|
|
"/core/core/preview": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "preview-getpreviewbyfileid-TODO", |
|
|
|
"operationId": "preview-getpreviewbyfileid-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "fileId", |
|
|
|
"name": "fileId", |
|
|
@ -1100,8 +1185,8 @@ |
|
|
|
"in": "query", |
|
|
|
"in": "query", |
|
|
|
"required": false, |
|
|
|
"required": false, |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
"type": "boolean", |
|
|
|
"type": "integer", |
|
|
|
"default": false |
|
|
|
"default": 0 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -1109,8 +1194,8 @@ |
|
|
|
"in": "query", |
|
|
|
"in": "query", |
|
|
|
"required": false, |
|
|
|
"required": false, |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
"type": "boolean", |
|
|
|
"type": "integer", |
|
|
|
"default": true |
|
|
|
"default": 0 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -1140,6 +1225,9 @@ |
|
|
|
"/core/core/preview.png": { |
|
|
|
"/core/core/preview.png": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "preview-getpreview-TODO", |
|
|
|
"operationId": "preview-getpreview-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "file", |
|
|
|
"name": "file", |
|
|
@ -1173,8 +1261,8 @@ |
|
|
|
"in": "query", |
|
|
|
"in": "query", |
|
|
|
"required": false, |
|
|
|
"required": false, |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
"type": "boolean", |
|
|
|
"type": "integer", |
|
|
|
"default": false |
|
|
|
"default": 0 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -1182,8 +1270,8 @@ |
|
|
|
"in": "query", |
|
|
|
"in": "query", |
|
|
|
"required": false, |
|
|
|
"required": false, |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
"type": "boolean", |
|
|
|
"type": "integer", |
|
|
|
"default": true |
|
|
|
"default": 0 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -1213,6 +1301,9 @@ |
|
|
|
"/core/core/apps/recommended": { |
|
|
|
"/core/core/apps/recommended": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "recommendedapps-index-TODO", |
|
|
|
"operationId": "recommendedapps-index-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1248,6 +1339,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "svg-getsvgfromcore-TODO", |
|
|
|
"operationId": "svg-getsvgfromcore-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "color", |
|
|
|
"name": "color", |
|
|
@ -1294,6 +1388,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "svg-getsvgfromapp-TODO", |
|
|
|
"operationId": "svg-getsvgfromapp-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "color", |
|
|
|
"name": "color", |
|
|
@ -1342,6 +1439,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "css-getcss-TODO", |
|
|
|
"operationId": "css-getcss-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1379,6 +1479,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "js-getjs-TODO", |
|
|
|
"operationId": "js-getjs-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1396,6 +1499,9 @@ |
|
|
|
"/core/contactsmenu/contacts": { |
|
|
|
"/core/contactsmenu/contacts": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "contactsmenu-index-TODO", |
|
|
|
"operationId": "contactsmenu-index-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "filter", |
|
|
|
"name": "filter", |
|
|
@ -1423,6 +1529,9 @@ |
|
|
|
"/core/contactsmenu/findOne": { |
|
|
|
"/core/contactsmenu/findOne": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "contactsmenu-findone-TODO", |
|
|
|
"operationId": "contactsmenu-findone-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "shareType", |
|
|
|
"name": "shareType", |
|
|
@ -1458,6 +1567,9 @@ |
|
|
|
"/core/204": { |
|
|
|
"/core/204": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "walledgarden-get-TODO", |
|
|
|
"operationId": "walledgarden-get-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1475,6 +1587,9 @@ |
|
|
|
"/core/core/search": { |
|
|
|
"/core/core/search": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "search-search-TODO", |
|
|
|
"operationId": "search-search-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "query", |
|
|
|
"name": "query", |
|
|
@ -1528,6 +1643,9 @@ |
|
|
|
"/core/core/wipe/check": { |
|
|
|
"/core/core/wipe/check": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "wipe-checkwipe-TODO", |
|
|
|
"operationId": "wipe-checkwipe-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "token", |
|
|
|
"name": "token", |
|
|
@ -1555,6 +1673,9 @@ |
|
|
|
"/core/core/wipe/success": { |
|
|
|
"/core/core/wipe/success": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "wipe-wipedone-TODO", |
|
|
|
"operationId": "wipe-wipedone-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "token", |
|
|
|
"name": "token", |
|
|
@ -1582,6 +1703,9 @@ |
|
|
|
"/core/login/webauthn/start": { |
|
|
|
"/core/login/webauthn/start": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "webauthn-startauthentication-TODO", |
|
|
|
"operationId": "webauthn-startauthentication-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "loginName", |
|
|
|
"name": "loginName", |
|
|
@ -1609,6 +1733,9 @@ |
|
|
|
"/core/login/webauthn/finish": { |
|
|
|
"/core/login/webauthn/finish": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "webauthn-finishauthentication-TODO", |
|
|
|
"operationId": "webauthn-finishauthentication-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "data", |
|
|
|
"name": "data", |
|
|
@ -1646,6 +1773,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "wellknown-handle-TODO", |
|
|
|
"operationId": "wellknown-handle-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1663,6 +1793,9 @@ |
|
|
|
"/ocs/v1.php/core/capabilities": { |
|
|
|
"/ocs/v1.php/core/capabilities": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "ocs-getcapabilities-TODO", |
|
|
|
"operationId": "ocs-getcapabilities-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1680,6 +1813,9 @@ |
|
|
|
"/ocs/v1.php/core/config": { |
|
|
|
"/ocs/v1.php/core/config": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "ocs-getconfig-TODO", |
|
|
|
"operationId": "ocs-getconfig-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1697,6 +1833,9 @@ |
|
|
|
"/ocs/v1.php/core/check": { |
|
|
|
"/ocs/v1.php/core/check": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "ocs-personcheck-TODO", |
|
|
|
"operationId": "ocs-personcheck-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "login", |
|
|
|
"name": "login", |
|
|
@ -1744,6 +1883,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "ocs-getidentityproof-TODO", |
|
|
|
"operationId": "ocs-getidentityproof-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1761,14 +1903,17 @@ |
|
|
|
"/ocs/v1.php/core/navigation/apps": { |
|
|
|
"/ocs/v1.php/core/navigation/apps": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "navigation-getappsnavigation-TODO", |
|
|
|
"operationId": "navigation-getappsnavigation-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "absolute", |
|
|
|
"name": "absolute", |
|
|
|
"in": "query", |
|
|
|
"in": "query", |
|
|
|
"required": false, |
|
|
|
"required": false, |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
"type": "boolean", |
|
|
|
"type": "integer", |
|
|
|
"default": false |
|
|
|
"default": 0 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
@ -1789,14 +1934,17 @@ |
|
|
|
"/ocs/v1.php/core/navigation/settings": { |
|
|
|
"/ocs/v1.php/core/navigation/settings": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "navigation-getsettingsnavigation-TODO", |
|
|
|
"operationId": "navigation-getsettingsnavigation-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "absolute", |
|
|
|
"name": "absolute", |
|
|
|
"in": "query", |
|
|
|
"in": "query", |
|
|
|
"required": false, |
|
|
|
"required": false, |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
"type": "boolean", |
|
|
|
"type": "integer", |
|
|
|
"default": false |
|
|
|
"default": 0 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
@ -1817,6 +1965,9 @@ |
|
|
|
"/ocs/v1.php/core/autocomplete/get": { |
|
|
|
"/ocs/v1.php/core/autocomplete/get": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "autocomplete-get-TODO", |
|
|
|
"operationId": "autocomplete-get-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "search", |
|
|
|
"name": "search", |
|
|
@ -1886,6 +2037,9 @@ |
|
|
|
"/ocs/v1.php/core/whatsnew": { |
|
|
|
"/ocs/v1.php/core/whatsnew": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "whatsnew-get-TODO", |
|
|
|
"operationId": "whatsnew-get-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1901,6 +2055,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "whatsnew-dismiss-TODO", |
|
|
|
"operationId": "whatsnew-dismiss-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "version", |
|
|
|
"name": "version", |
|
|
@ -1928,6 +2085,9 @@ |
|
|
|
"/ocs/v1.php/core/getapppassword": { |
|
|
|
"/ocs/v1.php/core/getapppassword": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "apppassword-getapppassword-TODO", |
|
|
|
"operationId": "apppassword-getapppassword-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1945,6 +2105,9 @@ |
|
|
|
"/ocs/v1.php/core/apppassword/rotate": { |
|
|
|
"/ocs/v1.php/core/apppassword/rotate": { |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "apppassword-rotateapppassword-TODO", |
|
|
|
"operationId": "apppassword-rotateapppassword-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1962,6 +2125,9 @@ |
|
|
|
"/ocs/v1.php/core/apppassword": { |
|
|
|
"/ocs/v1.php/core/apppassword": { |
|
|
|
"delete": { |
|
|
|
"delete": { |
|
|
|
"operationId": "apppassword-deleteapppassword-TODO", |
|
|
|
"operationId": "apppassword-deleteapppassword-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -1989,6 +2155,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "hovercard-getuser-TODO", |
|
|
|
"operationId": "hovercard-getuser-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -2016,6 +2185,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "collaborationresources-searchcollections-TODO", |
|
|
|
"operationId": "collaborationresources-searchcollections-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -2043,6 +2215,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "collaborationresources-listcollection-TODO", |
|
|
|
"operationId": "collaborationresources-listcollection-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -2058,6 +2233,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"put": { |
|
|
|
"put": { |
|
|
|
"operationId": "collaborationresources-renamecollection-TODO", |
|
|
|
"operationId": "collaborationresources-renamecollection-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "collectionName", |
|
|
|
"name": "collectionName", |
|
|
@ -2083,6 +2261,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "collaborationresources-addresource-TODO", |
|
|
|
"operationId": "collaborationresources-addresource-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "resourceType", |
|
|
|
"name": "resourceType", |
|
|
@ -2116,6 +2297,9 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"delete": { |
|
|
|
"delete": { |
|
|
|
"operationId": "collaborationresources-removeresource-TODO", |
|
|
|
"operationId": "collaborationresources-removeresource-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "resourceType", |
|
|
|
"name": "resourceType", |
|
|
@ -2169,6 +2353,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "collaborationresources-getcollectionsbyresource-TODO", |
|
|
|
"operationId": "collaborationresources-getcollectionsbyresource-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
|
"description": "", |
|
|
|
"description": "", |
|
|
@ -2204,6 +2391,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"post": { |
|
|
|
"post": { |
|
|
|
"operationId": "collaborationresources-createcollectiononresource-TODO", |
|
|
|
"operationId": "collaborationresources-createcollectiononresource-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "name", |
|
|
|
"name": "name", |
|
|
@ -2241,6 +2431,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"put": { |
|
|
|
"put": { |
|
|
|
"operationId": "profileapi-setvisibility-TODO", |
|
|
|
"operationId": "profileapi-setvisibility-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "paramId", |
|
|
|
"name": "paramId", |
|
|
@ -2276,6 +2469,9 @@ |
|
|
|
"/ocs/v1.php/core/providers": { |
|
|
|
"/ocs/v1.php/core/providers": { |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "unifiedsearch-getproviders-TODO", |
|
|
|
"operationId": "unifiedsearch-getproviders-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "from", |
|
|
|
"name": "from", |
|
|
@ -2315,6 +2511,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"operationId": "unifiedsearch-search-TODO", |
|
|
|
"operationId": "unifiedsearch-search-TODO", |
|
|
|
|
|
|
|
"tags": [ |
|
|
|
|
|
|
|
"core" |
|
|
|
|
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "term", |
|
|
|
"name": "term", |
|
|
|