post
https://{targetURL}/api/v1/tasks//links/sample/
Records a relationship between a task and a sample so the sample appears under the task and is reachable via GET /tasks/{taskID}/links/sample.
The caller must have update access to the task and read access to the sample; both are checked separately. Linking the same sample twice creates a duplicate link row — there's no idempotency, so de-duplicate on your side if you replay requests.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The link was successfully created
401You don't have permission to create task links
404The task or sample does not exist in the database