From b3e10da4f532aaa994c83d1d74275cdbd2c70fb6 Mon Sep 17 00:00:00 2001 From: Hemang Rathod Date: Thu, 22 Jun 2023 19:41:17 +1000 Subject: [PATCH] Standards Maintenance Issue #591: Updated description of EnergyPaymentSchedule.isTokenised to further clarify when it can be used --- slate/source/includes/_energy_apis.md.erb | 6 +++++- .../includes/releasenotes/releasenotes.1.25.0.html.md | 3 ++- swagger-gen/api/cds_energy.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/slate/source/includes/_energy_apis.md.erb b/slate/source/includes/_energy_apis.md.erb index 223aa56a..64e67bcd 100644 --- a/slate/source/includes/_energy_apis.md.erb +++ b/slate/source/includes/_energy_apis.md.erb @@ -8,4 +8,8 @@ This specification defines the APIs for Data Holders exposing Energy endpoints. Energy OpenAPI Specification (YAML) -<%= 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" %> \ No newline at end of file diff --git a/slate/source/includes/releasenotes/releasenotes.1.25.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.25.0.html.md index 0f3c3185..5e6e6b5c 100644 --- a/slate/source/includes/releasenotes/releasenotes.1.25.0.html.md +++ b/slate/source/includes/releasenotes/releasenotes.1.25.0.html.md @@ -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 @@ -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 diff --git a/swagger-gen/api/cds_energy.json b/swagger-gen/api/cds_energy.json index a025ed00..859b65ad 100644 --- a/swagger-gen/api/cds_energy.json +++ b/swagger-gen/api/cds_energy.json @@ -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": {