From 6ec7d3a99ad65dc3ebe625bde884dcda979ee5bd Mon Sep 17 00:00:00 2001 From: selfcare-github-bot <146744076+selfcare-github-bot@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:46:38 +0200 Subject: [PATCH] [Update OpenAPI] Merge openapi: added productRoleLabel to external PNPG DEV (#412) Co-authored-by: manuraf <12083207+manuraf@users.noreply.github.com> --- .../api_pnpg/external_api_for_pnpg/v2/openapi.prod.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/apim_v2/api_pnpg/external_api_for_pnpg/v2/openapi.prod.json b/infra/apim_v2/api_pnpg/external_api_for_pnpg/v2/openapi.prod.json index 4a1d2683..88c70a79 100644 --- a/infra/apim_v2/api_pnpg/external_api_for_pnpg/v2/openapi.prod.json +++ b/infra/apim_v2/api_pnpg/external_api_for_pnpg/v2/openapi.prod.json @@ -1622,6 +1622,10 @@ "type": "string", "description": "The specific role of the user related to the product." }, + "productRoleLabel": { + "type": "string", + "description": "The specific role label of the user related to the product." + }, "role": { "type": "string", "description": "Available values: MANAGER, DELEGATE, SUB_DELEGATE, OPERATOR, ADMIN_EA"