From f8e99afcc0cb6fea57eba5db127851091704ba63 Mon Sep 17 00:00:00 2001 From: lapentafd Date: Thu, 16 Jan 2025 15:47:08 +0000 Subject: Extracting serviceID from Token in header for Creating Policy - v3 Issue-ID: CCSDK-4041 Change-Id: Id25cff30e0c9a0e5e28c8b16f7a0ef5987ca39c7 Signed-off-by: lapentafd (cherry picked from commit 1465636baa988614ebafb2ea1a51fa7c4744f0fd) --- .../openapitoolgen/offeredapis/pms-api/v3/custom/index.html | 3 ++- docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html | 3 ++- docs/offeredapis/swagger/a1pms-api-v3.json | 1 + docs/offeredapis/swagger/pms-api-v3.json | 1 + docs/offeredapis/swagger/pms-api-v3.yaml | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) (limited to 'docs') 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: -- cgit