We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20864a6 commit e59dd41Copy full SHA for e59dd41
specs/search/paths/keys/key.yml
@@ -7,7 +7,8 @@ get:
7
Gets the permissions and restrictions of an API key.
8
9
When authenticating with the admin API key, you can request information for any of your application's keys.
10
- When authenticating with other API keys, you can only retrieve information for that key.
+ When authenticating with other API keys, you can only retrieve information for that key,
11
+ with the description replaced by `<redacted>`.
12
parameters:
13
- $ref: 'common/parameters.yml#/KeyString'
14
responses:
0 commit comments