From 5f97343ea8fab5db3cf1584322a75d25d583406f Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Tue, 17 Apr 2018 10:02:42 +0200 Subject: Update documentation to show which parameter is mandatory or not. Change-Id: I903c0ec1329ca29fb9dd88644d067d6b6f6bd147 --- moon_manager/moon_manager/api/meta_data.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'moon_manager/moon_manager/api/meta_data.py') 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: { -- cgit 1.2.3-korg