Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added listItem information #952

Closed
wants to merge 1 commit into from
Closed

Added listItem information #952

wants to merge 1 commit into from

Conversation

ardabeyazoglu
Copy link

I spent some time to understand this functionality. This way it might be more clear to other developers who use ondrive api and sharepoint sites.

I spent some time to understand this functionality. This way it might be more clear to other developers who use ondrive api and sharepoint sites.
@daspek
Copy link
Contributor

daspek commented Nov 30, 2018

✅ Validation status: passed

File Status Preview URL Details
docs/rest-api/resources/driveitem.md ✅Succeeded View (>= odsp-graph-online)

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@@ -24,6 +24,8 @@ For example:

Items with the **folder** facet act as containers of items and therefore have a `children` reference pointing to a collection of **driveItems** under the folder.

Items created under **lists** have a `listItem` reference pointing to the related **listItem** of **driveItem**. `drive/items/{item-id}/{listItem}` can be used to address the **listItem** resource.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wording used in the "Relationships" section for listItem is more accurate.
The example - GET /drive/items/{item-id}/children - would be better located in the "Methods" section.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I don't think i understood you correct. Do you want me to remove that last sentence ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modify the first sentence to be consistent with the description used in the "Relationships" section of the listItem.
Remove the second sentence, or add it to the "Methods" section, and link to the docs for the listItem resource (listitem.md)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants