-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from iMvBremen/feature/information-standard-met…
…adata Add InformationStandard relationship endpoints
- Loading branch information
Showing
9 changed files
with
557 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
148 changes: 78 additions & 70 deletions
148
...formation-standard-versions/_paths/information-standard-versions#description.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
...ard-versions/_paths/communication-standard-versions_{communicationStandardVersionId}.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
put: | ||
summary: Set a communication standard version for an information standard version | ||
description: | | ||
Sets a single communication standard version for an information standard version. | ||
operationId: setInformationStandardVersionCommunicationStandardVersion | ||
security: | ||
- oauth2: | ||
- information-standards:write | ||
tags: | ||
- information-standard-versions.communication-standard-versions | ||
parameters: | ||
- $ref: '../../_parameters/path/informationStandardVersionId.yaml' | ||
- $ref: '../../../communication-standard-versions/_parameters/path/communicationStandardVersionId.yaml' | ||
responses: | ||
'204': | ||
$ref: '../../../_responses/EmptyResponse.yaml' | ||
'400': | ||
$ref: '../../../_responses/BadRequestError.yaml' | ||
'401': | ||
$ref: '../../../_responses/UnauthenticatedError.yaml' | ||
'403': | ||
$ref: '../../../_responses/PermissionDeniedError.yaml' | ||
'404': | ||
$ref: '../../../_responses/NotFoundError.yaml' | ||
'422': | ||
$ref: '../../../_responses/InvalidArgumentError.yaml' | ||
'429': | ||
$ref: '../../../_responses/ResourceExhaustedError.yaml' | ||
'503': | ||
$ref: '../../../_responses/UnavailableError.yaml' | ||
5XX: | ||
$ref: '../../../_responses/InternalError.yaml' | ||
delete: | ||
summary: Delete a communication standard version from an information standard version | ||
description: | | ||
Deletes a single communication standard version from an information standard version. | ||
operationId: deleteInformationStandardVersionCommunicationStandardVersion | ||
security: | ||
- oauth2: | ||
- information-standards:write | ||
tags: | ||
- information-standard-versions.communication-standard-versions | ||
parameters: | ||
- $ref: '../../_parameters/path/informationStandardVersionId.yaml' | ||
- $ref: '../../../communication-standard-versions/_parameters/path/communicationStandardVersionId.yaml' | ||
responses: | ||
'204': | ||
$ref: '../../../_responses/EmptyResponse.yaml' | ||
'400': | ||
$ref: '../../../_responses/BadRequestError.yaml' | ||
'401': | ||
$ref: '../../../_responses/UnauthenticatedError.yaml' | ||
'403': | ||
$ref: '../../../_responses/PermissionDeniedError.yaml' | ||
'404': | ||
$ref: '../../../_responses/NotFoundError.yaml' | ||
'422': | ||
$ref: '../../../_responses/InvalidArgumentError.yaml' | ||
'429': | ||
$ref: '../../../_responses/ResourceExhaustedError.yaml' | ||
'503': | ||
$ref: '../../../_responses/UnavailableError.yaml' | ||
5XX: | ||
$ref: '../../../_responses/InternalError.yaml' |
64 changes: 64 additions & 0 deletions
64
...s/trust-framework-versions/_paths/trust-framework-versions_{trustFrameworkVersionId}.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
put: | ||
summary: Set a trust framework version for an information standard version | ||
description: | | ||
Sets a single trust framework version for an information standard version. | ||
operationId: setInformationStandardVersionTrustFrameworkVersion | ||
security: | ||
- oauth2: | ||
- information-standards:write | ||
tags: | ||
- information-standard-versions.trust-framework-versions | ||
parameters: | ||
- $ref: '../../_parameters/path/informationStandardVersionId.yaml' | ||
- $ref: '../../../trust-framework-versions/_parameters/path/trustFrameworkVersionId.yaml' | ||
responses: | ||
'204': | ||
$ref: '../../../_responses/EmptyResponse.yaml' | ||
'400': | ||
$ref: '../../../_responses/BadRequestError.yaml' | ||
'401': | ||
$ref: '../../../_responses/UnauthenticatedError.yaml' | ||
'403': | ||
$ref: '../../../_responses/PermissionDeniedError.yaml' | ||
'404': | ||
$ref: '../../../_responses/NotFoundError.yaml' | ||
'422': | ||
$ref: '../../../_responses/InvalidArgumentError.yaml' | ||
'429': | ||
$ref: '../../../_responses/ResourceExhaustedError.yaml' | ||
'503': | ||
$ref: '../../../_responses/UnavailableError.yaml' | ||
5XX: | ||
$ref: '../../../_responses/InternalError.yaml' | ||
delete: | ||
summary: Delete a trust framework version from an information standard version | ||
description: | | ||
Deletes a single trust framework version from an information standard version. | ||
operationId: deleteInformationStandardVersionTrustFrameworkVersion | ||
security: | ||
- oauth2: | ||
- information-standards:write | ||
tags: | ||
- information-standard-versions.trust-framework-versions | ||
parameters: | ||
- $ref: '../../_parameters/path/informationStandardVersionId.yaml' | ||
- $ref: '../../../trust-framework-versions/_parameters/path/trustFrameworkVersionId.yaml' | ||
responses: | ||
'204': | ||
$ref: '../../../_responses/EmptyResponse.yaml' | ||
'400': | ||
$ref: '../../../_responses/BadRequestError.yaml' | ||
'401': | ||
$ref: '../../../_responses/UnauthenticatedError.yaml' | ||
'403': | ||
$ref: '../../../_responses/PermissionDeniedError.yaml' | ||
'404': | ||
$ref: '../../../_responses/NotFoundError.yaml' | ||
'422': | ||
$ref: '../../../_responses/InvalidArgumentError.yaml' | ||
'429': | ||
$ref: '../../../_responses/ResourceExhaustedError.yaml' | ||
'503': | ||
$ref: '../../../_responses/UnavailableError.yaml' | ||
5XX: | ||
$ref: '../../../_responses/InternalError.yaml' |
Oops, something went wrong.