Skip to content

Commit

Permalink
Corrected authorisations reqt in Get Metrics v4/v5
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-work committed Sep 6, 2023
1 parent bae9f3e commit fa3d924
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions slate/source/includes/_admin.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ for Get Metrics v3
Corrected the obligation date for Get Metrics v5
```

```diff
Corrected the requirement for the authorisations property of Get Metrics v4 and v5 to be mandatory
```

<%= partial "includes/cds_admin.md" %>
2 changes: 1 addition & 1 deletion slate/source/includes/obsolete/get-metrics-v4.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ This operation may only be called by the CDR Register
|» customerCount|[NaturalNumber](#common-field-types)|mandatory|Number of customers with active authorisations at the time of the call|
|» recipientCount|[NaturalNumber](#common-field-types)|mandatory|Number of Data Recipient Software Products with active authorisations at the time of the call|
|» secondaryHolder|[SecondaryHolderMetricsV2](#schemacdr-admin-apisecondaryholdermetricsv2)|conditional|Errors and rejections received by the primary data holder from the secondary data holder. Mandatory for data holders designated for a Shared Responsibility Data Request data cluster|
|» authorisations|[AuthorisationMetrics](#schemacdr-admin-apiauthorisationmetrics)|optional|Authorisation counts for the data holder|
|» authorisations|[AuthorisationMetrics](#schemacdr-admin-apiauthorisationmetrics)|mandatory|Authorisation counts for the data holder|
|links|[Links](#schemacdr-admin-apilinks)|mandatory|none|
|meta|[Meta](#schemacdr-admin-apimeta)|optional|none|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ No Change
|Change|Description|Link|
|------|-----------|----|
| Corrected typos | **[Standards Maintenance #599](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599):** Corrected descriptions mentioning electricity in the EnergyInvoiceGasUsageCharges schema. Addresses [this issue comment](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599#issuecomment-1678450294) | [Energy APIs](../../#energy-apis) |
| Corrected requirement | **[Standards Maintenance #599](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599):** Corrected the requirement for the authorisations property of Get Metrics v4 and v5 to be mandatory. Addresses [this issue comment](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599#issuecomment-1691010927) | [Admin APIs](../../#admin-apis) |

## Information Security Profile

Expand Down
3 changes: 2 additions & 1 deletion swagger-gen/api/cds_admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
"recipientCount",
"rejections",
"requestTime",
"sessionCount"
"sessionCount",
"authorisations"
],
"type": "object",
"properties": {
Expand Down

0 comments on commit fa3d924

Please sign in to comment.