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/dav | |
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/dav')
-rw-r--r-- | apps/dav/openapi.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/openapi.json b/apps/dav/openapi.json index a0df1cedd16..6200fbafb4f 100644 --- a/apps/dav/openapi.json +++ b/apps/dav/openapi.json @@ -268,7 +268,7 @@ "/ocs/v2.php/apps/dav/api/v1/outOfOffice/{userId}/now": { "get": { "operationId": "out_of_office-get-current-out-of-office-data", - "summary": "Get the currently configured out-of-office data of a user.", + "summary": "Get the currently configured out-of-office data of a user", "tags": [ "out_of_office" ], |