Skip to content

Commit

Permalink
Upd: Changed the URL paths for policy configuration
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Sep 20, 2023
1 parent 0a41047 commit e20d2dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openapi/v2023.8.1/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ paths:
deprecated: false
security:
- BearerAuth: []
'/v1/organisations/{orgId}/global-policy-configuration':
'/v1/organisations/{orgId}/config/policy':
get:
tags:
- config
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.1/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ paths:
$ref: "./paths/onboard/developer/getAndCreateAPIKey.yaml"
/v1/user/apikey/revoke:
$ref: "./paths/onboard/developer/deleteAPIKey.yaml"
/v1/organisations/{orgId}/global-policy-configuration:
/v1/organisations/{orgId}/config/policy:
$ref: "./paths/config/dataAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml"
/v1/organisations/{orgId}/purposes:
$ref: "./paths/config/dataAgreements/getAndAddConsentAgreements.yaml"
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ paths:
x-badges:
- color: primary-color
label: 'Authorised roles: Organisation admin'
'/v1/organisations/{orgId}/global-policy-configuration':
'/v1/organisations/{orgId}/config/policy':
get:
tags:
- config
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ paths:
$ref: "./paths/onboard/developer/getAndCreateAPIKey.yaml"
/v1/user/apikey/revoke:
$ref: "./paths/onboard/developer/deleteAPIKey.yaml"
/v1/organisations/{orgId}/global-policy-configuration:
/v1/organisations/{orgId}/config/policy:
$ref: "./paths/config/dataAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml"
/v1/organisations/{orgId}/purposes:
$ref: "./paths/config/dataAgreements/getAndAddConsentAgreements.yaml"
Expand Down

0 comments on commit e20d2dc

Please sign in to comment.