api
This commit is contained in:
16
frontend/web/api-doc/dist/definitions/request.json
vendored
Normal file
16
frontend/web/api-doc/dist/definitions/request.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
"components": {
|
||||
"schemas": {
|
||||
"user": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user