Skip to content

Commit

Permalink
Try to change format to int64 since int32 is flagged as breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilay Chheda committed Nov 17, 2020
1 parent 06bbfb5 commit cb602d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"description": "The number of values to return in the collection. Default is 25 and max is 100.",
"required": false,
"type": "integer",
"format": "int32"
"format": "int64"
},
{
"name": "$filter",
Expand Down Expand Up @@ -618,7 +618,7 @@
"description": "The number of values to return in the collection. Default is 10 and max is 10.",
"required": false,
"type": "integer",
"format": "int32"
"format": "int64"
},
{
"name": "$filter",
Expand Down Expand Up @@ -1255,7 +1255,7 @@
"slaMinutes": {
"description": "Service Level Agreement in minutes.",
"type": "integer",
"format": "int32",
"format": "int64",
"readOnly": true
}
}
Expand Down

0 comments on commit cb602d9

Please sign in to comment.