Corrección crearConOrden

parent 590ccbf5
......@@ -2305,27 +2305,6 @@
}
}
},
"crearCitaConOrden": {
"type": "object",
"required": [
"ordenId",
"citaId"
],
"properties": {
"ordenId": {
"type": "number",
"description": "Id de orden"
},
"citaId": {
"type": "number",
"description": "Id de cita"
},
"citaDesistir": {
"type": "string",
"description": "Desistir de la cita"
}
}
},
"epsResultado": {
"type": "object",
"properties": {
......@@ -2463,11 +2442,21 @@
"crearCitaRequest": {
"type": "object",
"required": [
"resultados"
"ordenId",
"citaId"
],
"properties": {
"crearCitaConOrden": {
"$ref": "#/components/schemas/crearCitaConOrden"
"ordenId": {
"type": "string",
"description": "Id de orden"
},
"citaId": {
"type": "string",
"description": "Id de cita"
},
"citaDesistir": {
"type": "string",
"description": "Desistir de la cita"
}
}
},
......
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