diff --git a/docs/reference/api/openapi-v1.yaml b/docs/reference/api/openapi-v1.yaml index cbf8e77..53c8a42 100644 --- a/docs/reference/api/openapi-v1.yaml +++ b/docs/reference/api/openapi-v1.yaml @@ -11034,6 +11034,10 @@ components: type: array items: $ref: "#/components/schemas/Permission" + teams: + type: array + items: + $ref: "#/components/schemas/Team" username: type: string maxLength: 255 @@ -11319,10 +11323,6 @@ components: $ref: "#/components/schemas/Permission" suspended: type: boolean - teams: - type: array - items: - $ref: "#/components/schemas/Team" username: type: string maxLength: 255