From 1bb867b4d88623ac95deeb4df003acb196b811db Mon Sep 17 00:00:00 2001 From: Kai Welke Date: Fri, 27 Sep 2024 09:42:46 +0200 Subject: [PATCH] fix(specs): API key description will be obfuscated --- 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 c41bbd0813d..d11c26e66e7 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: