From b99ef223dc28c33d858a366192b85a10a7d9a5fa Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:14:45 +0300 Subject: [PATCH 1/2] Added tenant & env --- p-process.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index 34d2576..b473fca 100644 --- a/p-process.yml +++ b/p-process.yml @@ -145,7 +145,13 @@ components: properties: tag: type: string - description: "session id" + description: "Session ID" + tenant: + tyype: string + description: "Customer name" + env: + tyype: string + description: "Environment type" processParam: $ref: "#/components/schemas/ProcessParams" List: From 71da64bcfa9aefd40246189fa98e066c735c7c51 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:06:25 +0300 Subject: [PATCH 2/2] Update p-process.yml --- p-process.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p-process.yml b/p-process.yml index b473fca..7daae93 100644 --- a/p-process.yml +++ b/p-process.yml @@ -147,10 +147,10 @@ components: type: string description: "Session ID" tenant: - tyype: string + type: string description: "Customer name" env: - tyype: string + type: string description: "Environment type" processParam: $ref: "#/components/schemas/ProcessParams"