diff options
author | lapentafd <francesco.lapenta@est.tech> | 2024-08-09 11:35:29 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2024-08-09 12:41:30 +0100 |
commit | ecd99896ee598c29a228c8acbf2e72f81310a42e (patch) | |
tree | 0f8e839db03f48ea1836361a5e7d9fba7332456a /a1-policy-management/api/pms-api.yaml | |
parent | 4a799420ad89fed0c7f09225de51d088ca57c9c3 (diff) |
Set serviceId in v2 policy_info to optional and blank by default - master
Issue-ID: CCSDK-4044
Change-Id: I607062cadf46d4f84b1285c24140105e1e7ad05e
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Diffstat (limited to 'a1-policy-management/api/pms-api.yaml')
-rw-r--r-- | a1-policy-management/api/pms-api.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |