diff --git a/openapi/v2023.8.1/bundled.yaml b/openapi/v2023.8.1/bundled.yaml index 9c67efb..6a11ec9 100644 --- a/openapi/v2023.8.1/bundled.yaml +++ b/openapi/v2023.8.1/bundled.yaml @@ -2024,7 +2024,7 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organisations/{orgId}/global-policy-configuration': + '/v1/organisations/{orgId}/config/policy': get: tags: - config diff --git a/openapi/v2023.8.1/index.yaml b/openapi/v2023.8.1/index.yaml index 0e12b95..328657c 100644 --- a/openapi/v2023.8.1/index.yaml +++ b/openapi/v2023.8.1/index.yaml @@ -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" diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index 4867514..e5d8ff1 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -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 diff --git a/openapi/v2023.8.2/index.yaml b/openapi/v2023.8.2/index.yaml index f3673b6..7429243 100644 --- a/openapi/v2023.8.2/index.yaml +++ b/openapi/v2023.8.2/index.yaml @@ -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"