Skip to content

Commit 301cfaa

Browse files
authored
Update working-with-lists-and-list-items-with-rest.md
Fixed typo
1 parent b14ec0f commit 301cfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp-add-ins/working-with-lists-and-list-items-with-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Accept: "application/json;odata=verbose"
196196
The following example shows how to retrieve a specific list item.
197197

198198
```http
199-
GET https://{site_url}/_api/web/lists/GetByTitle('Test')/items{item_id}
199+
GET https://{site_url}/_api/web/lists/GetByTitle('Test')/items({item_id})
200200
Authorization: "Bearer " + accessToken
201201
Accept: "application/json;odata=verbose"
202202
```

0 commit comments

Comments
 (0)