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