Skip to content

Commit 7dd68a7

Browse files
authored
Merge pull request #124955 from tlund101/patch-1
Fix typos in AAC REST API URIs
2 parents c83e8cd + 73d19e3 commit 7dd68a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-app-configuration/rest-api-key-value.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ If `If-Match` or `If-None-Match` are omitted, the operation is unconditional.
156156
The following response gets the key-value only if the current representation matches the specified `etag`:
157157

158158
```http
159-
GET /kv?key={key}label={label}&api-version={api-version} HTTP/1.1
159+
GET /kv?key={key}&label={label}&api-version={api-version} HTTP/1.1
160160
If-Match: "4f6dd610dd5e4deebc7fbaef685fb903"
161161
```
162162

@@ -175,7 +175,7 @@ HTTP/1.1 200 OK
175175
The following response gets the key-values only if the current representation doesn't match the specified `etag`:
176176

177177
```http
178-
GET /kv?key={key}label={label}&api-version={api-version} HTTP/1.1
178+
GET /kv?key={key}&label={label}&api-version={api-version} HTTP/1.1
179179
If-None-Match: "4f6dd610dd5e4deebc7fbaef685fb903"
180180
```
181181

@@ -498,4 +498,4 @@ HTTP/1.1 204 No Content
498498

499499
This is similar to the "Set key (conditionally)" section earlier in this article.
500500

501-
:::zone-end
501+
:::zone-end

0 commit comments

Comments
 (0)