From 38b5a22de90e3055d00136fb8b036a692f0a79a7 Mon Sep 17 00:00:00 2001 From: Deena Mukundan Date: Mon, 23 Dec 2024 10:19:53 +0100 Subject: OPA-PDP URL changes and bugfix Issue-ID: POLICY-5222 Change-Id: Ia3c214b93f3b5fa18e482e100ac8c255544e0ba6 Signed-off-by: Deena Mukundan --- api/openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'api/openapi.yaml') diff --git a/api/openapi.yaml b/api/openapi.yaml index a9b8191..bd94ec2 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -27,8 +27,8 @@ info: name: Deena Mukundan email: dm00536893@techmahindra.com servers: -- url: http://policy-opa-pdp:8282/policy/pdpx/v1 -- url: https://policy-opa-pdp:8282/policy/pdpx/v1 +- url: http://policy-opa-pdp:8282/policy/pdpo/v1 +- url: https://policy-opa-pdp:8282/policy/pdpo/v1 tags: - name: Decision - name: Statistics @@ -110,7 +110,7 @@ paths: - basicAuth: [] x-interface info: last-mod-release: Paris - pdpx-version: 1.0.0 + pdpo-version: 1.0.0 x-codegen-request-body-name: body /healthcheck: get: @@ -170,13 +170,13 @@ paths: - basicAuth: [] x-interface info: last-mod-release: Paris - pdpx-version: 1.0.0 + pdpo-version: 1.0.0 /statistics: get: tags: - Statistics summary: Fetch current statistics - description: Provides current statistics of the Policy OPA PDP component + description: Provides current statistics of the Policy OPA PDP component operationId: statistics parameters: - name: X-ONAP-RequestID @@ -229,7 +229,7 @@ paths: - basicAuth: [] x-interface info: last-mod-release: Paris - pdpx-version: 1.0.0 + pdpo-version: 1.0.0 components: schemas: ErrorResponse: -- cgit 1.2.3-korg