File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The following table contains typical REST endpoint URL examples to get you start
91
91
92
92
| ** Description** | ** URL endpoint** | ** HTTP method** | ** Body content** |
93
93
| :------------------------------------------------------------------------------------ | :------------------------------------------ | :-------------- | :--------------- |
94
- | Retrieves the title of a list | ` web/title ` | GET | Not applicable |
94
+ | Retrieves the title of a site | ` web/title ` | GET | Not applicable |
95
95
| Retrieves all lists on a site | ` lists ` | GET | Not applicable |
96
96
| Retrieves a single list's metadata | ` lists/getbytitle('listname') ` | GET | Not applicable |
97
97
| Retrieves items within a list | ` lists/getbytitle('listname')/items ` | GET | Not applicable |
You can’t perform that action at this time.
0 commit comments