You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Find all instances of keys. While the swagger interface only shows one query parameter 'key', you can specify as many query 'key' parameters as needed. e.g. /v1/keys?key=first&key=second&key=third&group=false
101
101
parameters:
102
102
- schema:
103
103
type: string
104
104
in: query
105
105
name: key
106
-
description: Any number of query parameter keys to search for
106
+
description: Key to search for
107
107
required: true
108
108
- schema:
109
109
type: string
@@ -173,13 +173,13 @@ paths:
173
173
tags:
174
174
- jsonparse
175
175
summary: Find all instances of ordered key chain
176
-
description: 'Find all instances of ordered key chain'
176
+
description: Find all instances of ordered key chain. While the swagger interface only shows one query parameter 'key', the key chain can be arbitrarily long by specifying as many 'key' as needed. e.g. /v1/keychain?key=first&key=second&key=third
177
177
parameters:
178
178
- schema:
179
179
type: string
180
180
in: query
181
181
name: key
182
-
description: Any number of query parameter keys to search for
0 commit comments