aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2024-02-13 10:22:58 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2024-02-13 21:06:31 +0100
commit9593f4d6f9bac5eee9527ac591a6f39dae11d109 (patch)
tree0b318c611fe731f4f1411023859328cab08069bc /apps/provisioning_api
parent839ddaa3547bb0042b6225edf2df7bff1831cdd5 (diff)
downloadnextcloud-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.json2
-rw-r--r--apps/provisioning_api/openapi-full.json2
-rw-r--r--apps/provisioning_api/openapi.json2
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"
}