From 84a9428b4e447a22317864f30e4192f72b829c03 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Mon, 28 Jul 2025 09:06:26 +0000 Subject: [PATCH] [skip ci] Updated swagger docs --- pkg/swagger/docs.go | 2 +- pkg/swagger/swagger.json | 2 +- pkg/swagger/swagger.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index b4f6b6226..124e751cd 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -8404,7 +8404,7 @@ const docTemplate = `{ "description": "A timestamp when this relation was last updated. You cannot change this value.", "type": "string" }, - "user_id": { + "username": { "description": "The username.", "type": "string" } diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index fe0581cc8..b332da35c 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -8396,7 +8396,7 @@ "description": "A timestamp when this relation was last updated. You cannot change this value.", "type": "string" }, - "user_id": { + "username": { "description": "The username.", "type": "string" } diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index 72910a425..250295ae0 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -530,7 +530,7 @@ definitions: description: A timestamp when this relation was last updated. You cannot change this value. type: string - user_id: + username: description: The username. type: string type: object