diff options
Diffstat (limited to 'moon_manager/moon_manager/api/meta_data.py')
-rw-r--r-- | moon_manager/moon_manager/api/meta_data.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/moon_manager/moon_manager/api/meta_data.py b/moon_manager/moon_manager/api/meta_data.py index 104f26be..3fc18ee3 100644 --- a/moon_manager/moon_manager/api/meta_data.py +++ b/moon_manager/moon_manager/api/meta_data.py @@ -59,7 +59,7 @@ class SubjectCategories(Resource): :param category_id: must not be used here :param user_id: user ID who do the request :request body: { - "name": "name of the category", + "name": "name of the category (mandatory)", "description": "description of the category (optional)" } :return: { @@ -142,7 +142,7 @@ class ObjectCategories(Resource): :param category_id: must not be used here :param user_id: user ID who do the request :request body: { - "name": "name of the category", + "name": "name of the category (mandatory)", "description": "description of the category (optional)" } :return: { @@ -225,7 +225,7 @@ class ActionCategories(Resource): :param category_id: must not be used here :param user_id: user ID who do the request :request body: { - "name": "name of the category", + "name": "name of the category (mandatory)", "description": "description of the category (optional)" } :return: { |