swagger fix

This commit is contained in:
CHIEFSOFT\ameye
2025-06-22 21:35:02 -04:00
parent 7e0248e0a4
commit 0e79753d27
4 changed files with 86 additions and 4 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"type": "object",
"properties": {
"email": {
"type": "string",
"example": "email"
},
"firstname": {
"type": "string",
"example": "firstname"
},
"lastname": {
"type": "string",
"example": "lastname"
},
"isChecked": {
"type": "string",
"example": "True"
}
},
"xml": {
"name": "RegisterRequest"
}
}