From 0f173381215a4631d297c7f10b9f85b136c543b9 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 10 Apr 2019 11:27:29 -0500 Subject: [PATCH] Corrección crearConOrden --- apigee/salud-eps.json | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/apigee/salud-eps.json b/apigee/salud-eps.json index 7eb6510..c131cf5 100644 --- a/apigee/salud-eps.json +++ b/apigee/salud-eps.json @@ -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" } } }, -- libgit2 0.26.0