Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/reference/api/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10952,6 +10952,10 @@ components:
maxLength: 255
minLength: 0
pattern: "[\\P{Cc}]+"
permissions:
type: array
items:
$ref: "#/components/schemas/Permission"
username:
type: string
maxLength: 255
Expand Down Expand Up @@ -11237,6 +11241,10 @@ components:
$ref: "#/components/schemas/Permission"
suspended:
type: boolean
teams:
type: array
items:
$ref: "#/components/schemas/Team"
username:
type: string
maxLength: 255
Expand Down Expand Up @@ -11490,19 +11498,11 @@ components:
maxLength: 255
minLength: 0
pattern: "[\\P{Cc}]+"
permissions:
type: array
items:
$ref: "#/components/schemas/Permission"
subjectIdentifier:
type: string
maxLength: 255
minLength: 1
pattern: "[\\P{Cc}]+"
teams:
type: array
items:
$ref: "#/components/schemas/Team"
username:
type: string
maxLength: 255
Expand Down