@@ -143,7 +143,7 @@ Content-Type: application/vnd.microsoft.appconfig.kvset+json; charset=utf-8
143
143
::: zone-end
144
144
:::zone target="docs" pivot="v1,v23-10,v23-11"
145
145
146
- For additional options, see the "Filtering" section later in this article.
146
+ For more options, see the "Filtering" section later in this article.
147
147
148
148
::: zone-end
149
149
:::zone target="docs" pivot="v23-10,v23-11"
@@ -235,8 +235,8 @@ GET /kv?key={key}&label={label}&api-version={api-version}
235
235
::: zone-end
236
236
:::zone target="docs" pivot="v23-11"
237
237
238
- A combination of ` key ` , ` label ` and ` tags ` filtering is supported.
239
- Use the optional ` key ` , ` label ` and ` tags ` query string parameters.
238
+ A combination of ` key ` , ` label ` , and ` tags ` filtering is supported.
239
+ Use the optional ` key ` , ` label ` , and ` tags ` query string parameters.
240
240
Multiple tag filters can be provided as query string parameters in the ` tagName=tagValue ` format. Tag filters must be an exact match.
241
241
242
242
``` http
@@ -286,7 +286,7 @@ If a reserved character is part of the value, then it must be escaped by using `
286
286
287
287
*** Filter validation***
288
288
289
- In the case of a filter validation error , the response is HTTP ` 400 ` with error details:
289
+ If filter validation fails , the response is HTTP ` 400 ` with error details:
290
290
291
291
``` http
292
292
HTTP/1.1 400 Bad Request
@@ -402,7 +402,7 @@ ETag: "4f6dd610dd5e4deebc7fbaef685fb903"
402
402
}
403
403
```
404
404
405
- If the item is locked, you'll receive the following response:
405
+ If the item is locked, the following response is returned :
406
406
407
407
``` http
408
408
HTTP/1.1 409 Conflict
0 commit comments