diff options
author | neodarz <neodarz@neodarz.net> | 2019-07-10 10:39:58 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-07-10 10:39:58 +0200 |
commit | 7d9bd3fc7ad0bdbebbd7a27db24c6dbf9df9e5d8 (patch) | |
tree | fb5c16bc8d00ec986452159f716744171b0175ae | |
parent | 59795e4fa34d0adbfb56e16496eb0617409dce46 (diff) | |
download | umosapi-7d9bd3fc7ad0bdbebbd7a27db24c6dbf9df9e5d8.tar.xz umosapi-7d9bd3fc7ad0bdbebbd7a27db24c6dbf9df9e5d8.zip |
Be more specific in API documentation
-rw-r--r-- | umosapi/api.py | 2 |
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"} ) }) |