From e59dd41d5a2279e710254d2220aee047ba6bba11 Mon Sep 17 00:00:00 2001 From: Kai Welke Date: Fri, 27 Sep 2024 10:04:23 +0200 Subject: [PATCH] fix(specs): API key description will be obfuscated (#3840) --- specs/search/paths/keys/key.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/search/paths/keys/key.yml b/specs/search/paths/keys/key.yml index c41bbd0813..d11c26e66e 100644 --- a/specs/search/paths/keys/key.yml +++ b/specs/search/paths/keys/key.yml @@ -7,7 +7,8 @@ get: Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. - 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, + with the description replaced by ``. parameters: - $ref: 'common/parameters.yml#/KeyString' responses: