diff options
Diffstat (limited to 'templates/swagger/v1_json.tmpl')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 6d690ba275..8255ed6e6e 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -13800,6 +13800,10 @@ "type": "boolean", "x-go-name": "AllowImportLocal" }, + "description": { + "type": "string", + "x-go-name": "Description" + }, "email": { "type": "string", "format": "email", @@ -16251,16 +16255,16 @@ "type": "string", "x-go-name": "AvatarURL" }, - "bio": { - "description": "the user's biography", - "type": "string", - "x-go-name": "Description" - }, "created": { "type": "string", "format": "date-time", "x-go-name": "Created" }, + "description": { + "description": "the user's description", + "type": "string", + "x-go-name": "Description" + }, "email": { "type": "string", "format": "email", |