Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fixing linter error - duplicate parameter
  • Loading branch information
vikram-m committed Sep 13, 2018
commit 22519ee816e721f80fe5c8f1d19c1e4c62cbb092
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@
},
"select": {
"description": "This filter allows to selection of the fields(comma seperated) which would be part of the 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.",
"name": "sortOrder",
"name": "select",
"type": "string",
"in": "query",
"required": false,
Expand Down