We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0859650 commit b94d8d4Copy full SHA for b94d8d4
README.md
@@ -2064,6 +2064,23 @@ Example of a single dicom task object
2064
}
2065
```
2066
2067
+### Task without Content
2068
+
2069
+Supported following project types:
2070
2071
+- Robotics - Task Classification
2072
2073
+#### Create Tasks
2074
2075
+Create a new task.
2076
2077
+```python
2078
+task_id = client.create_task_without_content(
2079
+ project="YOUR_PROJECT_SLUG",
2080
+ name="TASK_NAME",
2081
+)
2082
+```
2083
2084
### Common
2085
2086
APIs for update and delete and count are same over all tasks.
0 commit comments