From 7d9bd3fc7ad0bdbebbd7a27db24c6dbf9df9e5d8 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Wed, 10 Jul 2019 10:39:58 +0200
Subject: Be more specific in API documentation

---
 umosapi/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/umosapi/api.py b/umosapi/api.py
index b60b610..112960f 100644
--- a/umosapi/api.py
+++ b/umosapi/api.py
@@ -37,7 +37,7 @@ class fieldsDict(fields.Raw):
 uobject_model = api.model('UObject', {
     'datas': fieldsDict(
         required=False,
-        description='Datas of the uobject in JSON format',
+        description='Variables of the uobject in JSON format.',
         example={"key": "token"}
     )
 })
-- 
cgit v1.2.1