Skip to content

Commit e0abc5b

Browse files
Update supporting-and-in-file-and-folder-with-the-resourcepath-api.md
Test the Get Folders code snippet and it did not work without the library name.
1 parent f69a842 commit e0abc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/solution-guidance/supporting-and-in-file-and-folder-with-the-resourcepath-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The following C# properties are added to return System.Uri with unambiguous enco
193193
#### Get Folders
194194

195195
```
196-
url: http://site url/_api/web/GetFolderByServerRelativePath(decodedUrl='folder name')
196+
url: http://site url/_api/web/GetFolderByServerRelativePath(decodedUrl='library name/folder name')
197197
method: GET
198198
headers:
199199
Authorization: "Bearer " + accessToken

0 commit comments

Comments
 (0)