aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-07-10 10:39:58 +0200
committerneodarz <neodarz@neodarz.net>2019-07-10 10:39:58 +0200
commit7d9bd3fc7ad0bdbebbd7a27db24c6dbf9df9e5d8 (patch)
treefb5c16bc8d00ec986452159f716744171b0175ae
parent59795e4fa34d0adbfb56e16496eb0617409dce46 (diff)
downloadumosapi-7d9bd3fc7ad0bdbebbd7a27db24c6dbf9df9e5d8.tar.xz
umosapi-7d9bd3fc7ad0bdbebbd7a27db24c6dbf9df9e5d8.zip
Be more specific in API documentation
-rw-r--r--umosapi/api.py2
1 files changed, 1 insertions, 1 deletions
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"}
)
})