Commit fbab7665 by Cristian Camargo

se realiza ajuste de texto para el formato de fecha y obligatoriedad de los campos fecha

parent 040e18ae
...@@ -166,8 +166,8 @@ ...@@ -166,8 +166,8 @@
{ {
"name": "fechaInicio", "name": "fechaInicio",
"in": "query", "in": "query",
"description": "fecha formato yyyymmdd o yyyy-mm-dd", "description": "fecha formato yyyy-mm-dd",
"required": false, "required": true,
"schema": { "schema": {
"type": "string", "type": "string",
"format":"" "format":""
...@@ -176,8 +176,8 @@ ...@@ -176,8 +176,8 @@
{ {
"name": "fechaFin", "name": "fechaFin",
"in": "query", "in": "query",
"description": "fecha formato yyyymmdd o yyyy-mm-dd", "description": "fecha formato yyyy-mm-dd",
"required": false, "required": true,
"schema": { "schema": {
"type": "string" "type": "string"
} }
......
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