Skip to content

Commit 85133cf

Browse files
Update OpenAPI docs (#101)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependencytrack-bot <106437498+dependencytrack-bot@users.noreply.github.com>
1 parent 85802f8 commit 85133cf

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/reference/api/openapi-v1.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10560,6 +10560,10 @@ components:
1056010560
type: array
1056110561
items:
1056210562
$ref: "#/components/schemas/Permission"
10563+
teams:
10564+
type: array
10565+
items:
10566+
$ref: "#/components/schemas/Team"
1056310567
username:
1056410568
type: string
1056510569
maxLength: 255
@@ -10663,10 +10667,6 @@ components:
1066310667
$ref: "#/components/schemas/Permission"
1066410668
suspended:
1066510669
type: boolean
10666-
teams:
10667-
type: array
10668-
items:
10669-
$ref: "#/components/schemas/Team"
1067010670
username:
1067110671
type: string
1067210672
maxLength: 255
@@ -12390,6 +12390,9 @@ components:
1239012390
references:
1239112391
type: string
1239212392
pattern: "^[\\p{IsWhite_Space}\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\n\\r\\t]*$"
12393+
rejected:
12394+
type: string
12395+
format: date-time
1239312396
serviceComponents:
1239412397
type: array
1239512398
items:

0 commit comments

Comments
 (0)