Skip to content

Commit

Permalink
Merge pull request #170 from regulaforensics/15903-env-tenant
Browse files Browse the repository at this point in the history
Added tenant & env
  • Loading branch information
KirylKovaliov committed Jun 4, 2024
2 parents cae1d81 + 71da64b commit 60a784f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,13 @@ components:
properties:
tag:
type: string
description: "session id"
description: "Session ID"
tenant:
type: string
description: "Customer name"
env:
type: string
description: "Environment type"
processParam:
$ref: "#/components/schemas/ProcessParams"
List:
Expand Down

0 comments on commit 60a784f

Please sign in to comment.