Commit 560fccc7 by Cristian_Camargo

Update medicamentos-prescripciones.json

parent 1a440762
......@@ -86,7 +86,7 @@
{
"name": "idPrescripcion",
"in": "query",
"description": "identificador de las prescripción",
"description": "Identificador de las prescripción",
"required": true,
"schema": {
"type": "string"
......@@ -104,7 +104,7 @@
{
"name": "fechaInicial",
"in": "query",
"description": "Fecha inicial",
"description": "Fecha inicial. EL formato de la fecha sera 'AAAAMMDD'",
"required": true,
"schema": {
"type": "string"
......@@ -113,7 +113,7 @@
{
"name": "fechaFinal",
"in": "query",
"description": "Fecha Final",
"description": "Fecha Final. EL formato de la fecha sera 'AAAAMMDD'",
"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