Commit 55858d06 by Cristian_Camargo

Update medicamentos-venta.json

parent 1f067497
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
"name": "codigoEAN", "name": "codigoEAN",
"in": "query", "in": "query",
"description": "Codigo EAN del producto", "description": "Codigo EAN del producto",
"required": true, "required": false,
"schema": { "schema": {
"type": "string" "type": "string"
} }
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
"properties": { "properties": {
"nombre": { "nombre": {
"type": "string", "type": "string",
"description": "Nombre.", "description": "Nombre."
}, },
"codigo": { "codigo": {
"type": "string", "type": "string",
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
"type": "string", "type": "string",
"format": "date-time", "format": "date-time",
"description": "Fecha fin precio especial." "description": "Fecha fin precio especial."
}, }
} }
} }
} }
......
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