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
A combination of `key` and `label` filtering is supported.
222
220
Use the optional `key` and `label` query string parameters.
223
221
224
-
:::zone target="docs" pivot="V23_11"
222
+
:::zone target="docs" pivot="v23-11"
225
223
226
224
For API Versions greater than `2023-11-01`, filtering by`tags` is also supported. Multiple tag filters can be provided as query string parameters in the `tagName=tagValue` format. Tag filters must be an exact match.
227
225
@@ -252,7 +250,7 @@ GET /kv?key={key}&label={label}&api-version={api-version}
252
250
|`label=prod*`|Matches labels that start with **prod**|
253
251
|`label=prod,test`|Matches labels **prod** or **test** (limited to 5 CSV)|
0 commit comments