feat(frontend): added description handling the /profile
This commit is contained in:
parent
2ace5a9a94
commit
98f2af3f46
7 changed files with 57 additions and 9 deletions
|
|
@ -1767,7 +1767,8 @@
|
|||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"guest"
|
||||
"guest",
|
||||
"desc"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
|
|
@ -1779,6 +1780,9 @@
|
|||
"guest": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"desc": {
|
||||
"type": "string"
|
||||
},
|
||||
"selfInfo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue