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