diff options
Diffstat (limited to 'apps/files_reminders/openapi.json')
-rw-r--r-- | apps/files_reminders/openapi.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_reminders/openapi.json b/apps/files_reminders/openapi.json index 67135e57cc1..4e9653b2f0b 100644 --- a/apps/files_reminders/openapi.json +++ b/apps/files_reminders/openapi.json @@ -134,7 +134,7 @@ } }, "401": { - "description": "User not found", + "description": "Account not found", "content": { "application/json": { "schema": { @@ -303,7 +303,7 @@ } }, "401": { - "description": "User not found", + "description": "Account not found", "content": { "application/json": { "schema": { @@ -435,7 +435,7 @@ } }, "401": { - "description": "User not found", + "description": "Account not found", "content": { "application/json": { "schema": { |