From: naman.gupta Date: Mon, 9 Oct 2023 11:15:18 +0000 (+0530) Subject: Changing url to align with the latest specs X-Git-Tag: 3.2.0~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F65%2F11865%2F1;p=ric-plt%2Fa1.git Changing url to align with the latest specs Changing url to align with the latest specification. Change-Id: I2f71c507d5f8f51496f0788504020bb98264fd8e Signed-off-by: naman.gupta --- diff --git a/api/swagger.yaml b/api/swagger.yaml index 3214506..0c5daee 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -3,7 +3,7 @@ info: version: 2.1.0 title: RIC A1 paths: - /a1-p/healthcheck: + /A1-P/v2/healthcheck: get: description: | Perform a healthcheck on a1 @@ -16,7 +16,7 @@ paths: A1 is healthy. Anything other than a 200 should be considered a1 as failing parameters: [] - /a1-p/policytypes: + /A1-P/v2/policytypes: get: description: Get a list of all registered policy type ids tags: @@ -40,7 +40,7 @@ paths: parameters: [] produces: - application/json - '/a1-p/policytypes/{policy_type_id}': + '/A1-P/v2/policytypes/{policy_type_id}': parameters: - name: policy_type_id in: path @@ -118,7 +118,7 @@ paths: $ref: '#/definitions/policy_type_schema' consumes: - application/json - '/a1-p/policytypes/{policy_type_id}/policies': + '/A1-P/v2/policytypes/{policy_type_id}/policies': parameters: - name: policy_type_id in: path @@ -152,7 +152,7 @@ paths: parameters: [] produces: - application/json - '/a1-p/policytypes/{policy_type_id}/policies/{policy_instance_id}': + '/A1-P/v2/policytypes/{policy_type_id}/policies/{policy_instance_id}': parameters: - name: policy_type_id in: path @@ -250,7 +250,7 @@ paths: the policy type consumes: - application/json - '/a1-p/policytypes/{policy_type_id}/policies/{policy_instance_id}/status': + '/A1-P/v2/policytypes/{policy_type_id}/policies/{policy_instance_id}/status': parameters: - name: policy_type_id in: path