diff --git a/docs/reference/api/openapi-v1.yaml b/docs/reference/api/openapi-v1.yaml index 6550288..3fb91f5 100644 --- a/docs/reference/api/openapi-v1.yaml +++ b/docs/reference/api/openapi-v1.yaml @@ -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 @@ -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 @@ -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