File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,12 @@ def create_project(
286286
287287 def create_project_from_metadata (self , project_metadata : Project ):
288288 """Create a new project in the team using project metadata object dict.
289- Mandatory keys in project_metadata are "name", "description" and "type" (Vector or Pixel)
290- Non-mandatory keys: "workflow", "settings" and "annotation_classes".
289+
290+ | Mandatory keys: “name”, “description” and “type” (Vector or Pixel)
291+ | Non-mandatory keys: “workflow”, “settings” and “annotation_classes”
292+
293+ :param project_metadata: project metadata
294+ :type project_metadata: dict
291295
292296 :return: dict object metadata the new project
293297 :rtype: dict
You can’t perform that action at this time.
0 commit comments