Skip to content

Commit

Permalink
Merge pull request #123 from ConsumerDataStandardsAustralia/staging/116
Browse files Browse the repository at this point in the history
Standards Staging Issue #116
  • Loading branch information
JamesMBligh authored Feb 4, 2022
2 parents e5f9a79 + f42abc3 commit 27c9561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This release minor errata and documentation fixes.

|Change|Description|Link|
|------|-----------|----|
| Energy schema | Change type of page and page-size in Energy APIs to PositiveInteger | [Energy Schema](../../#energy-apis) |


## Information Security Profile
Expand Down
10 changes: 6 additions & 4 deletions swagger-gen/api/cds_energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3700,19 +3700,21 @@
"in": "query",
"required": false,
"schema": {
"type": "number",
"type": "integer",
"default": "1"
}
},
"x-cds-type": "PositiveInteger"
},
"page-size": {
"name": "page-size",
"description": "Page size to request. Default is 25 (standard pagination)",
"in": "query",
"required": false,
"schema": {
"type": "number",
"type": "integer",
"default": "25"
}
},
"x-cds-type": "PositiveInteger"
},
"x-v": {
"name": "x-v",
Expand Down

0 comments on commit 27c9561

Please sign in to comment.