diff options
author | lapentafd <francesco.lapenta@est.tech> | 2024-08-08 14:21:19 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2024-08-09 11:03:07 +0100 |
commit | 4700a7873253828e24f0dc18866be308f636064d (patch) | |
tree | 03deccb4d43e95f62b9084728e296f3b35d52e60 /a1-policy-management/api/pms-api.yaml | |
parent | 4e494f6b51418c07e88366ee4e097286d1feec15 (diff) |
Set serviceId in v2 policy_info to optional and blank by default
Issue-ID: CCSDK-4044
Change-Id: Ia75353e4bb7fdaf726da720457dd0781aead2c22
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/a1-policy-management/api/pms-api.yaml b/a1-policy-management/api/pms-api.yaml index 76176e5a..644db9d5 100644 --- a/a1-policy-management/api/pms-api.yaml +++ b/a1-policy-management/api/pms-api.yaml @@ -54,7 +54,7 @@ info: servers: - url: / tags: - - description: "API used for authorization of information A1 policy access (this is + - description: "API used for authorization of information A1 policy access (this is provided by an authorization producer such as OPA). <br> Note that this API is called by PMS, it is not provided." name: Authorization API @@ -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 |