Skip to content

Commit 2b0cede

Browse files
41461 - add request tenant, env
1 parent fcc517d commit 2b0cede

6 files changed

Lines changed: 57 additions & 1 deletion

File tree

detect.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ components:
5151
$ref: "./common.yml#/components/schemas/ProcessParam"
5252
image:
5353
$ref: "./common.yml#/components/schemas/ImageData"
54+
tenant:
55+
type: string
56+
description: "Customer name"
57+
env:
58+
type: string
59+
description: "Environment type"
5460

5561
DetectResponse:
5662
allOf:

groups.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,10 @@ definitions:
173173
description: "Remove items."
174174
items:
175175
type: string
176-
format: uuid
176+
format: uuid
177+
tenant:
178+
type: string
179+
description: "Customer name"
180+
env:
181+
type: string
182+
description: "Environment type"

identification.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ components:
7777
expireAt:
7878
type: string
7979
description: "Person expiration date."
80+
tenant:
81+
type: string
82+
description: "Customer name"
83+
env:
84+
type: string
85+
description: "Environment type"
8086
PersonToUpdateFields:
8187
type: object
8288
description: "Person Request body: name and metadata."
@@ -97,6 +103,12 @@ components:
97103
items:
98104
type: string
99105
format: uuid
106+
tenant:
107+
type: string
108+
description: "Customer name"
109+
env:
110+
type: string
111+
description: "Environment type"
100112

101113
ImageFields:
102114
type: object
@@ -185,6 +197,12 @@ components:
185197
limit:
186198
type: integer
187199
description: "The maximum number of results to be returned."
200+
tenant:
201+
type: string
202+
description: "Customer name"
203+
env:
204+
type: string
205+
description: "Environment type"
188206

189207
ResizeOptions:
190208
type: object
@@ -285,3 +303,9 @@ components:
285303
type: object
286304
additionalProperties: true
287305
description: "A free-form object containing group's extended attributes."
306+
tenant:
307+
type: string
308+
description: "Customer name"
309+
env:
310+
type: string
311+
description: "Environment type"

match.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ components:
5959
$ref: "#/components/schemas/MatchImage"
6060
outputImageParams:
6161
$ref: "./common.yml#/components/schemas/ProcessParam/properties/outputImageParams"
62+
tenant:
63+
type: string
64+
description: "Customer name"
65+
env:
66+
type: string
67+
description: "Environment type"
6268

6369
MatchImageIndex:
6470
type: integer

match_and_search.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ components:
4949
items:
5050
type: string
5151
format: uuid
52+
tenant:
53+
type: string
54+
description: "Customer name"
55+
env:
56+
type: string
57+
description: "Environment type"
5258

5359
MatchAndSearchResponse:
5460
allOf:

search.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ definitions:
4343
allOf:
4444
- $ref: "#/definitions/SearchParameters"
4545
- $ref: "./identification.yml#/components/schemas/ImageFields"
46+
- type: object
47+
properties:
48+
tenant:
49+
type: string
50+
description: "Customer name"
51+
env:
52+
type: string
53+
description: "Environment type"
4654

4755
SearchParameters:
4856
type: object

0 commit comments

Comments
 (0)