diff options
Diffstat (limited to 'apps/files/openapi.json')
-rw-r--r-- | apps/files/openapi.json | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/apps/files/openapi.json b/apps/files/openapi.json index c3bd9d58bf9..ea177af8b4f 100644 --- a/apps/files/openapi.json +++ b/apps/files/openapi.json @@ -332,44 +332,6 @@ } } }, - "/index.php/apps/files/preview-service-worker.js": { - "get": { - "operationId": "api-service-worker", - "summary": "Get the service-worker Javascript for previews", - "tags": [ - "api" - ], - "security": [ - {}, - { - "bearer_auth": [] - }, - { - "basic_auth": [] - } - ], - "responses": { - "200": { - "description": "", - "headers": { - "Service-Worker-Allowed": { - "schema": { - "type": "string" - } - } - }, - "content": { - "application/javascript": { - "schema": { - "type": "string", - "format": "binary" - } - } - } - } - } - } - }, "/ocs/v2.php/apps/files/api/v1/directEditing": { "get": { "operationId": "direct_editing-info", @@ -398,7 +360,7 @@ ], "responses": { "200": { - "description": "", + "description": "Direct editing capabilities returned", "content": { "application/json": { "schema": { @@ -1041,7 +1003,7 @@ ], "responses": { "200": { - "description": "", + "description": "Available templates returned", "content": { "application/json": { "schema": { |