Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,11 @@
"enum": [
"asc",
"desc"
]
],
"x-ms-enum": {
"name": "SortOrder",
"modelAsString": true
}
},
"select": {
"description": "This filter allows to selection of the fields(comma separated) which would be part of the essential section. This would allow to project only the required fields rather than getting entire content. Default is to fetch all the fields in the essentials section.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,11 @@
"enum": [
"asc",
"desc"
]
],
"x-ms-enum": {
"name": "SortOrder",
"modelAsString": true
}
}
},
"definitions": {
Expand Down