diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2024-02-13 10:22:58 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-02-13 21:06:31 +0100 |
commit | 9593f4d6f9bac5eee9527ac591a6f39dae11d109 (patch) | |
tree | 0b318c611fe731f4f1411023859328cab08069bc /apps/provisioning_api | |
parent | 839ddaa3547bb0042b6225edf2df7bff1831cdd5 (diff) | |
download | nextcloud-server-9593f4d6f9bac5eee9527ac591a6f39dae11d109.tar.gz nextcloud-server-9593f4d6f9bac5eee9527ac591a6f39dae11d109.zip |
fix: openapi
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/openapi-administration.json | 2 | ||||
-rw-r--r-- | apps/provisioning_api/openapi-full.json | 2 | ||||
-rw-r--r-- | apps/provisioning_api/openapi.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/provisioning_api/openapi-administration.json b/apps/provisioning_api/openapi-administration.json index ea8a5cdc546..9104c76ab42 100644 --- a/apps/provisioning_api/openapi-administration.json +++ b/apps/provisioning_api/openapi-administration.json @@ -3,7 +3,7 @@ "info": { "title": "provisioning_api-administration", "version": "0.0.1", - "description": "This application enables a set of APIs that external systems can use to manage users, groups and apps.", + "description": "This application enables a set of APIs that external systems can use to manage accounts, groups and apps.", "license": { "name": "agpl" } diff --git a/apps/provisioning_api/openapi-full.json b/apps/provisioning_api/openapi-full.json index d7fbec5569e..20746bbf769 100644 --- a/apps/provisioning_api/openapi-full.json +++ b/apps/provisioning_api/openapi-full.json @@ -3,7 +3,7 @@ "info": { "title": "provisioning_api-full", "version": "0.0.1", - "description": "This application enables a set of APIs that external systems can use to manage users, groups and apps.", + "description": "This application enables a set of APIs that external systems can use to manage accounts, groups and apps.", "license": { "name": "agpl" } diff --git a/apps/provisioning_api/openapi.json b/apps/provisioning_api/openapi.json index e26adfc2d0a..e5e184194b9 100644 --- a/apps/provisioning_api/openapi.json +++ b/apps/provisioning_api/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "provisioning_api", "version": "0.0.1", - "description": "This application enables a set of APIs that external systems can use to manage users, groups and apps.", + "description": "This application enables a set of APIs that external systems can use to manage accounts, groups and apps.", "license": { "name": "agpl" } |