We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b88d4 commit 872ab29Copy full SHA for 872ab29
specs/query-suggestions/common/responses/Unauthorized.yml
@@ -18,8 +18,8 @@ content:
18
summary: Invalid credentials.
19
description: Your application ID or API key is wrong.
20
value: {'status': 401, 'message': 'Invalid credentials'}
21
- WrongAPIKey:
22
- summary: Admin API key required.
23
- description: Your API key is not the Admin API key for your application.
+ MissingACL:
+ summary: Key is missing ACL
+ description: Your API key is missing the required ACL for this operation.
24
value:
25
- {'status': 401, 'message': 'The admin API key is required'}
+ {'status': 401, 'message': 'The provided API key is missing the \"editSettings\" ACL'}
0 commit comments