Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated documentation to include link #382

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions slate/source/includes/_dcr_apis.md.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# DCR APIs

```diff
Updated documentation to include link to string(JWT) schema from ClientRegistrationRequest
```

This specification defines the APIs for Data Holders exposing Dynamic Client Registration endpoints.

```diff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ This release addresses the following Decision Proposals published on [Standards]
## Information Security Profile
|Change|Description|Link|
|------|-----------|----|
| Updated documentation | [**Standards Maintenance #629**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629#issuecomment-1940397162): Updated documentation to include link to string(JWT) schema from ClientRegistrationRequest | [ClientRegistrationRequest](../../#cdr-dynamic-client-registration-api_schemas_tocSclientregistrationrequest)
| Corrected typos | [**Standards Maintenance #629**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629#issuecomment-1938107616): Changed 'Software Package' to 'Software Product' in two lines | [Participant Statuses](../../#participant-statuses)
| Corrected typo | [**Standards Maintenance #629**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629#issuecomment-1920466440): Corrected typo in `cdr_arragement_id` | [Security Endpoints](../../#security-endpoints)
| Corrected typo | [**Standards Staging #361**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/361): Corrected typo in the Description of `sector_identifier_uri` | [Client Registration](../../#client-registration)
Expand Down
2 changes: 1 addition & 1 deletion swagger-gen/api/cds_dcr.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"schemas": {
"ClientRegistrationRequest": {
"type": "string",
"description": "The registration request JWT to be used to register with a Data Holder.",
"description": "The registration request JWT to be used to register with a Data Holder. The schema of the payload section of the decoded string(JWT) is defined in [ClientRegistration](#cdr-dynamic-client-registration-api_schemas_tocSclientregistration).",
"format": "JWT",
"example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
},
Expand Down