Se cambiaron los formatos de la fecha.

parent a6897738
......@@ -1746,7 +1746,8 @@
"type": "object",
"properties": {
"fechaHora": {
"type": "string",
"type": "string",,
"format":"date-time",
"description": "Fecha de la cita"
},
"centroMedico": {
......@@ -1821,6 +1822,7 @@
},
"fechaHora": {
"type": "string",
"format":"date-time",
"description": "Fecha"
}
}
......@@ -2355,6 +2357,7 @@
"properties": {
"fechaHora": {
"type": "string",
"format":"date-time",
"description": "Fecha reserva"
},
"especialidadId": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment