Commit b92cb665 by Cristian_Camargo

Update salud-eps.json

parent ead23409
......@@ -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"
}
}
}
......
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