Commit b92cb665 by Cristian_Camargo

Update salud-eps.json

parent ead23409
...@@ -1269,14 +1269,14 @@ ...@@ -1269,14 +1269,14 @@
} }
} }
}, },
"/v2/salud/citas/consulta": { "/v2/salud/citas/condicionamiento": {
"get": { "get": {
"tags": [ "tags": [
"cols-salud-cita" "cols-salud-cita"
], ],
"summary": "Consulta de sub citas.", "summary": "Consulta de condicionamiento de citas.",
"description": "Obtener informacion de sub citas.", "description": "Obtener informacion de condicionamiento de especialidad en citas.",
"operationId": "obtenerSubCita", "operationId": "obtenerCondicionamientoCita",
"parameters": [ "parameters": [
{ {
"name": "pacienteId", "name": "pacienteId",
...@@ -1321,7 +1321,7 @@ ...@@ -1321,7 +1321,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "#/components/schemas/obtenerSubCitaResponse" "$ref": "#/components/schemas/obtenerCondicionamientoCitaResponse"
} }
} }
} }
...@@ -2587,7 +2587,7 @@ ...@@ -2587,7 +2587,7 @@
} }
} }
}, },
"subCita": { "condicionamientoCita": {
"type": "object", "type": "object",
"properties": { "properties": {
"codigo": { "codigo": {
...@@ -2608,18 +2608,18 @@ ...@@ -2608,18 +2608,18 @@
} }
} }
}, },
"obtenerSubCita": { "obtenerCondicionamientoCita": {
"type": "object", "type": "object",
"properties": { "properties": {
"cita": { "cita": {
"type":"array", "type":"array",
"items":{ "items":{
"$ref": "#/components/schemas/subCita" "$ref": "#/components/schemas/condicionamientoCita"
} }
} }
} }
}, },
"obtenerSubCitaResponse": { "obtenerCondicionamientoCitaResponse": {
"type": "object", "type": "object",
"required": [ "required": [
"resultados" "resultados"
...@@ -2634,10 +2634,10 @@ ...@@ -2634,10 +2634,10 @@
"$ref": "#/components/schemas/resultado" "$ref": "#/components/schemas/resultado"
} }
}, },
"obtenerSubCita": { "obtenerCondicionamientoCita": {
"type": "array", "type": "array",
"items":{ "items":{
"$ref": "#/components/schemas/obtenerSubCita" "$ref": "#/components/schemas/obtenerCondicionamientoCita"
} }
} }
} }
......
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