From e1eb1f614ece1a28b8bb2210dce75ee74a944077 Mon Sep 17 00:00:00 2001 From: dependencytrack-bot <106437498+dependencytrack-bot@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:19:44 +0000 Subject: [PATCH] Update OpenAPI docs Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/api/openapi-v1.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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