diff options
author | 2025-01-16 15:47:08 +0000 | |
---|---|---|
committer | 2025-03-03 16:04:21 +0000 | |
commit | f8e99afcc0cb6fea57eba5db127851091704ba63 (patch) | |
tree | d6af52abce74f0f6478db832e54ad539af6d66ae /docs | |
parent | b3a847e0fc48e77e9617d6a3e7fb80ab25c3308e (diff) |
Extracting serviceID from Token in header for Creating Policy - v3
Issue-ID: CCSDK-4041
Change-Id: Id25cff30e0c9a0e5e28c8b16f7a0ef5987ca39c7
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
(cherry picked from commit 1465636baa988614ebafb2ea1a51fa7c4744f0fd)
Diffstat (limited to 'docs')
5 files changed, 7 insertions, 2 deletions
diff --git a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/custom/index.html b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/custom/index.html index db7407bf..4ce5ef15 100644 --- a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/custom/index.html +++ b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/custom/index.html @@ -958,7 +958,8 @@ ul.nav-tabs { "serviceId" : {
"type" : "string",
"description" : "the identity of the service owning the policy. This can be 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.",
- "example" : "rApp ID"
+ "example" : "rApp ID",
+ "default" : ""
},
"policyObject" : {
"$ref" : "#/components/schemas/PolicyObject"
diff --git a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html index 95280413..37f3436f 100644 --- a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html +++ b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html @@ -958,7 +958,8 @@ ul.nav-tabs { "serviceId" : {
"type" : "string",
"description" : "the identity of the service owning the policy. This can be 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.",
- "example" : "rApp ID"
+ "example" : "rApp ID",
+ "default" : ""
},
"policyObject" : {
"$ref" : "#/components/schemas/PolicyObject"
diff --git a/docs/offeredapis/swagger/a1pms-api-v3.json b/docs/offeredapis/swagger/a1pms-api-v3.json index d8d3041e..da9f457a 100644 --- a/docs/offeredapis/swagger/a1pms-api-v3.json +++ b/docs/offeredapis/swagger/a1pms-api-v3.json @@ -2095,6 +2095,7 @@ "type" : "string" }, "serviceId" : { + "default" : "", "description" : "the identity of the service owning the policy. This can be 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.", "example" : "rApp ID", "type" : "string" diff --git a/docs/offeredapis/swagger/pms-api-v3.json b/docs/offeredapis/swagger/pms-api-v3.json index 0fc875fa..f923650c 100644 --- a/docs/offeredapis/swagger/pms-api-v3.json +++ b/docs/offeredapis/swagger/pms-api-v3.json @@ -2092,6 +2092,7 @@ "type" : "string" }, "serviceId" : { + "default" : "", "description" : "the identity of the service owning the policy. This can be 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.", "example" : "rApp ID", "type" : "string" diff --git a/docs/offeredapis/swagger/pms-api-v3.yaml b/docs/offeredapis/swagger/pms-api-v3.yaml index e21f679e..6d61dfe3 100644 --- a/docs/offeredapis/swagger/pms-api-v3.yaml +++ b/docs/offeredapis/swagger/pms-api-v3.yaml @@ -974,6 +974,7 @@ components: type: string example: 'rApp ID' + default: "" policyObject: $ref: '#/components/schemas/PolicyObject' policyTypeId: |