Skip to content

Commit

Permalink
Swagger changes to support pageSize in ServiceNowV2 (#30583)
Browse files Browse the repository at this point in the history
* Update Pipeline.json

* Update Pipeline.json
  • Loading branch information
kanikagupta11 authored Sep 23, 2024
1 parent e626a79 commit 465d347
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9287,6 +9287,11 @@
"type": "object",
"description": "Expression to filter data from source.",
"$ref": "#/definitions/ExpressionV2"
},
"pageSize": {
"type": "object",
"x-ms-format": "dfe-int",
"description": "Page size of the result. Type: integer (or Expression with resultType integer)."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8180,6 +8180,10 @@
"type": "object",
"description": "Expression to filter data from source.",
"$ref": "#/definitions/ExpressionV2"
},
"pageSize": {
"type": "object",
"description": "Page size of the result. Type: integer (or Expression with resultType integer)."
}
}
},
Expand Down

0 comments on commit 465d347

Please sign in to comment.