diff options
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" ], |