forked from kevadesu/forgejo
* Use same name as other structs. * Sync with normal forms. * Edit description with API. * Workaround for nil value.
This commit is contained in:
parent
0590176a23
commit
8c8471e754
5 changed files with 22 additions and 14 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue