Skip to content

Commit b94d8d4

Browse files
committed
doc: README追記
1 parent 0859650 commit b94d8d4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,23 @@ Example of a single dicom task object
20642064
}
20652065
```
20662066

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+
20672084
### Common
20682085

20692086
APIs for update and delete and count are same over all tasks.

0 commit comments

Comments
 (0)