From 30957c953fa8d78a8b9f675cd0447e3edf8ccca1 Mon Sep 17 00:00:00 2001 From: Patricio Kumagae <pkumagae@boletinoficial.gov.ar> Date: Tue, 29 Jan 2019 12:36:38 -0300 Subject: [PATCH] Cambio en docs --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index 980a325..da38b48 100644 --- a/app/views.py +++ b/app/views.py @@ -108,7 +108,7 @@ class Verify(APIView): required=True, location='form', schema=coreschema.String(), - description='El OTS recibido al hacer el stamp del archivo encodeado en sha256', + description='El recibo digital recibido al hacer el stamp del archivo encodeado en sha256', ) ]) -- GitLab