Skip to content

Commit

Permalink
Merge pull request #281 from ConsumerDataStandardsAustralia/maintenan…
Browse files Browse the repository at this point in the history
…ce/591

Standards Maintenance Issue #591
  • Loading branch information
JamesMBligh authored Jul 6, 2023
2 parents 1eb2286 + b3e10da commit 1584518
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion slate/source/includes/_energy_apis.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ This specification defines the APIs for Data Holders exposing Energy endpoints.
<tr><td><a href='./includes/swagger/cds_energy.yaml'>Energy OpenAPI Specification (YAML)</a></td></tr>
</table>

<%= partial "includes/cds_energy.md" %>
```diff
Updated description of `EnergyPaymentSchedule.isTokenised` field to further clarify when it can be used
```

<%= partial "includes/cds_energy.md" %>
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This release addresses the following minor defects raised on [Standards Staging]
This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):

- [Standards Maintenance Issue TBC - TBC](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/TBC)
- [Standards Maintenance Issue 591 - Energy 'Get Agreed Payment Schedule' - BSB and Account Number Tokenisation/non-Tokenisation](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/591)

### Decision Proposals

Expand All @@ -44,7 +45,7 @@ No Change

|Change|Description|Link|
|------|-----------|----|

| Energy APIs | [**Standards Maintenance #591**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/591): Updated description of `EnergyPaymentSchedule.isTokenised` field to further clarify when it can be used | [Energy APIs](../../#energy-apis) |

## Information Security Profile

Expand Down
2 changes: 1 addition & 1 deletion swagger-gen/api/cds_energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2919,7 +2919,7 @@
],
"properties": {
"isTokenised": {
"description": "Flag indicating that the account details are tokenised and cannot be shared. False if absent",
"description": "Flag indicating that the account details are tokenised, or held in a closed system, and is not accessible through any other channels. False if absent",
"type": "boolean"
},
"bsb": {
Expand Down

0 comments on commit 1584518

Please sign in to comment.