From fbab76656bf92cfa292ef24911cd64dab8259476 Mon Sep 17 00:00:00 2001 From: Cristian Camargo Date: Fri, 2 Aug 2019 08:58:08 -0500 Subject: [PATCH] se realiza ajuste de texto para el formato de fecha y obligatoriedad de los campos fecha --- apigee/salud-afiliados.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apigee/salud-afiliados.json b/apigee/salud-afiliados.json index 141ae21..ff1f955 100644 --- a/apigee/salud-afiliados.json +++ b/apigee/salud-afiliados.json @@ -166,8 +166,8 @@ { "name": "fechaInicio", "in": "query", - "description": "fecha formato yyyymmdd o yyyy-mm-dd", - "required": false, + "description": "fecha formato yyyy-mm-dd", + "required": true, "schema": { "type": "string", "format":"" @@ -176,8 +176,8 @@ { "name": "fechaFin", "in": "query", - "description": "fecha formato yyyymmdd o yyyy-mm-dd", - "required": false, + "description": "fecha formato yyyy-mm-dd", + "required": true, "schema": { "type": "string" } -- libgit2 0.26.0