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/federation | |
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/federation')
-rw-r--r-- | apps/federation/openapi.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/openapi.json b/apps/federation/openapi.json index fe72b2d133d..71e72dbec92 100644 --- a/apps/federation/openapi.json +++ b/apps/federation/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "federation", "version": "0.0.1", - "description": "Federation allows you to connect with other trusted servers to exchange the user directory.", + "description": "Federation allows you to connect with other trusted servers to exchange the account directory.", "license": { "name": "agpl" } |