Corrección de crearCitaSinOrden

parent 3c2b0265
...@@ -2485,48 +2485,19 @@ ...@@ -2485,48 +2485,19 @@
"crearCitaSinOrdenRequest": { "crearCitaSinOrdenRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"resultados" "citaId"
],
"properties": {
"crearCitaSinOrden": {
"$ref": "#/components/schemas/crearCitaSinOrden"
}
}
},
"crearCitaSinOrden": {
"type": "object",
"required": [
"cita"
],
"properties": {
"cita": {
"$ref": "#/components/schemas/crearCitaSinOrdenCita"
}
}
},
"crearCitaSinOrdenCita": {
"type": "object",
"required": [
"idReserva"
], ],
"properties": { "properties": {
"idReserva": { "citaId": {
"type": "string", "type": "string",
"description": "Id de la reserva" "description": "Id de la Cita"
}, },
"desistir": { "citaDesistir": {
"type": "string", "type": "string",
"description": "Desistir de la cita" "description": "Desistimiento"
} }
} }
}, },
#######################
"puntoDispensacion": { "puntoDispensacion": {
"type": "object", "type": "object",
"properties": { "properties": {
...@@ -3267,4 +3238,4 @@ ...@@ -3267,4 +3238,4 @@
} }
} }
} }
} }
\ No newline at end of file
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