diff options
author | provokateurin <kate@provokateurin.de> | 2024-07-02 09:12:48 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-07-02 09:12:48 +0200 |
commit | 355ef202e481f2a0a3d11abc8f6c488bbc8468d6 (patch) | |
tree | 591cbacf5af79b558cba392518019a76baf4130b /core | |
parent | 32de9582594e8cde172846684e9874cf10ba7099 (diff) | |
download | nextcloud-server-355ef202e481f2a0a3d11abc8f6c488bbc8468d6.tar.gz nextcloud-server-355ef202e481f2a0a3d11abc8f6c488bbc8468d6.zip |
feat(OpenAPI): Add ex_app scope
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/openapi-ex_app.json (renamed from core/openapi-administration.json) | 2 | ||||
-rw-r--r-- | core/openapi-ex_app.json.license (renamed from core/openapi-administration.json.license) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/openapi-administration.json b/core/openapi-ex_app.json index b5421acc855..e0cf06753de 100644 --- a/core/openapi-administration.json +++ b/core/openapi-ex_app.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "title": "core-administration", + "title": "core-ex_app", "version": "0.0.1", "description": "Core functionality of Nextcloud", "license": { diff --git a/core/openapi-administration.json.license b/core/openapi-ex_app.json.license index 84f7e70446e..84f7e70446e 100644 --- a/core/openapi-administration.json.license +++ b/core/openapi-ex_app.json.license |