From b92cb6650b2849813d20f6a33ed2372920921626 Mon Sep 17 00:00:00 2001 From: Cristian Camargo Date: Wed, 3 Apr 2019 15:35:13 +0000 Subject: [PATCH] Update salud-eps.json --- apigee/salud-eps.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/apigee/salud-eps.json b/apigee/salud-eps.json index 1cb2e10..7f7e8c9 100644 --- a/apigee/salud-eps.json +++ b/apigee/salud-eps.json @@ -1269,14 +1269,14 @@ } } }, - "/v2/salud/citas/consulta": { + "/v2/salud/citas/condicionamiento": { "get": { "tags": [ "cols-salud-cita" ], - "summary": "Consulta de sub citas.", - "description": "Obtener informacion de sub citas.", - "operationId": "obtenerSubCita", + "summary": "Consulta de condicionamiento de citas.", + "description": "Obtener informacion de condicionamiento de especialidad en citas.", + "operationId": "obtenerCondicionamientoCita", "parameters": [ { "name": "pacienteId", @@ -1321,7 +1321,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/obtenerSubCitaResponse" + "$ref": "#/components/schemas/obtenerCondicionamientoCitaResponse" } } } @@ -2587,7 +2587,7 @@ } } }, - "subCita": { + "condicionamientoCita": { "type": "object", "properties": { "codigo": { @@ -2608,18 +2608,18 @@ } } }, - "obtenerSubCita": { + "obtenerCondicionamientoCita": { "type": "object", "properties": { "cita": { "type":"array", "items":{ - "$ref": "#/components/schemas/subCita" + "$ref": "#/components/schemas/condicionamientoCita" } } } }, - "obtenerSubCitaResponse": { + "obtenerCondicionamientoCitaResponse": { "type": "object", "required": [ "resultados" @@ -2634,10 +2634,10 @@ "$ref": "#/components/schemas/resultado" } }, - "obtenerSubCita": { + "obtenerCondicionamientoCita": { "type": "array", "items":{ - "$ref": "#/components/schemas/obtenerSubCita" + "$ref": "#/components/schemas/obtenerCondicionamientoCita" } } } -- libgit2 0.26.0