From ecd99896ee598c29a228c8acbf2e72f81310a42e Mon Sep 17 00:00:00 2001 From: lapentafd Date: Fri, 9 Aug 2024 11:35:29 +0100 Subject: Set serviceId in v2 policy_info to optional and blank by default - master Issue-ID: CCSDK-4044 Change-Id: I607062cadf46d4f84b1285c24140105e1e7ad05e Signed-off-by: lapentafd --- a1-policy-management/api/pms-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a1-policy-management/api/pms-api.yaml') diff --git a/a1-policy-management/api/pms-api.yaml b/a1-policy-management/api/pms-api.yaml index 699d5edc..1c25e051 100644 --- a/a1-policy-management/api/pms-api.yaml +++ b/a1-policy-management/api/pms-api.yaml @@ -1307,6 +1307,7 @@ components: used to group the policies (it is possible to get all policies associated to a service). Note that the service does not need to be registered. type: string + default: "" policy_data: description: the configuration of the policy type: object @@ -1319,7 +1320,6 @@ components: required: - ric_id - policy_id - - service_id - policy_data - policytype_id type: object -- cgit