Skip to content

Commit

Permalink
Merge pull request #189 from ConsumerDataStandardsAustralia/staging/167
Browse files Browse the repository at this point in the history
Standards Staging Isse #167
  • Loading branch information
JamesMBligh authored May 23, 2022
2 parents 64a87ee + 008e4af commit b46690c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions slate/source/includes/_energy_apis_sdh.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The `EnergyServicePointDetail.meters.registers.registerSuffix` field has been ma
The location model in `EnergyServicePointDetail` has been modified to CommonPhysicalAddress model

Updated description of `EnergyServicePointDetail.meters` and `EnergyServicePointDetail.meters.registers` fields

`x-fapi-interaction-id` header has been made mandatory
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This release addresses the following change requests raised on [Standards Mainte
- [Standards Staging Issue 153: Modifiy Energy 'location' to be a CommonPhysicalAddress model](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/153)
- [Standards Staging Issue 133: Delete 'days' from applicable period for energy APIs](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/133)
- [Standards Staging Issue 131: Minor edit - replace 'as a query parameter' with 'a path'](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/131)
- [Standards Staging Issue 167: Fix documentation defect to make x-fapi-interaction-id as mandatory in Energy SDH APIs](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/167)

### Decision Proposals

Expand Down Expand Up @@ -71,6 +72,7 @@ This release addresses the following Decision Proposals published on [Standards]
| Energy schema | [**Standards Maintenance #478**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/478) Made EnergyServicePointDetail.meters and EnergyServicePointDetail.meters.registers fields optional | [Energy Schema](../../#energy-apis) |
| Energy schema | [**Standards Maintenance #476**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/476): Updated EnergyConcession model to allow representation of concessions that are calculated based on variable parameters | [Energy Schema](../../#energy-apis) |
| Energy schema | [**Standards Staging #170**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/170): The EnergyServicePointDetail.meters and EnergyServicePointDetail.meters.registers have been made into arrays, correcting a technical documentation issue | [Energy Schema](../../#energy-apis) |
| Energy schema | [**Standards Staging #167**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/167): Made x-fapi-interaction-id header mandatory in Energy secondary data holder APIs, correcting a technical documentation issue | [Energy Schema](../../#energy-apis) |
| CDR Register APIs Endpoint Version Schedule | [**Standards Maintenance #452**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/452) Set retirement dates for outstanding deprecated Register APIs| [Endpoint Version Schedule](../endpoint-version-schedule/index.html#cdr-register-apis) |
| Register APIs | [**Standards Maintenance #501**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/501): `x-v` header requirements for versioned Register APIs moved from mandatory to optional | [Register APIs](../../index.html#register-apis) |
| Register APIs | [**Standards Maintenance #444**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/444) Added GetDataHolderBrandsSummary API to expose public details of Data Holder Brands from the CDR Register to public clients | [Register APIs](../../#register-apis) |
Expand Down
4 changes: 2 additions & 2 deletions swagger-gen/api/cds_energy_sdh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,9 +1262,9 @@
},
"x-fapi-interaction-id": {
"name": "x-fapi-interaction-id",
"description": "An **[[RFC4122]](#nref-RFC4122)** UUID used as a correlation id. If provided, the data holder must play back this value in the x-fapi-interaction-id response header. If not provided a **[[RFC4122]](#nref-RFC4122)** UUID value is required to be provided in the response header to track the interaction.",
"description": "The x-fapi-interaction-id header value provided by the Data Recipient. If not supplied by the Data Recipient, the primary Data Holder MUST create a unique **[[RFC4122]](#nref-RFC4122)** UUID value for the x-fapi-interaction-id header.",
"in": "header",
"required": false,
"required": true,
"schema": {
"type": "string"
}
Expand Down

0 comments on commit b46690c

Please sign in to comment.