diff options
author | provokateurin <kate@provokateurin.de> | 2024-04-15 09:10:59 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-04-15 09:10:59 +0200 |
commit | 015f58253243c848e09da05ce4e5b5511bc280d4 (patch) | |
tree | 3d863d40166ce343580e0113662bba1d9071287c /core | |
parent | 1ce3ae8a306fd3075d12c0c074e7234ad27e74db (diff) | |
download | nextcloud-server-015f58253243c848e09da05ce4e5b5511bc280d4.tar.gz nextcloud-server-015f58253243c848e09da05ce4e5b5511bc280d4.zip |
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/openapi.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/openapi.json b/core/openapi.json index 6bf9cae13db..37c32cb7404 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -757,6 +757,7 @@ "get": { "operationId": "app_password-get-app-password", "summary": "Create app password", + "description": "This endpoint requires password confirmation", "tags": [ "app_password" ], @@ -2583,6 +2584,7 @@ "put": { "operationId": "profile_api-set-visibility", "summary": "Update the visibility of a parameter", + "description": "This endpoint requires password confirmation", "tags": [ "profile_api" ], |