personal_area_php/frontend/web/api-doc/dist/definitions/request.json

17 lines
227 B
JSON
Raw Normal View History

2024-05-24 15:27:07 +03:00
"components": {
"schemas": {
"user": {
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
}
}
}