Skip to content

Commit e59dd41

Browse files
authoredSep 27, 2024
fix(specs): API key description will be obfuscated (#3840)
1 parent 20864a6 commit e59dd41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎specs/search/paths/keys/key.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ get:
77
Gets the permissions and restrictions of an API key.
88
99
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.
10+
When authenticating with other API keys, you can only retrieve information for that key,
11+
with the description replaced by `<redacted>`.
1112
parameters:
1213
- $ref: 'common/parameters.yml#/KeyString'
1314
responses:

0 commit comments

Comments
 (0)