Skip to content

Commit 655d0b5

Browse files
author
Github aggregate action
committed
Update from neicnordic/sensitive-data-archive at 07:41 on 2025-04-28
1 parent 7c17a10 commit 655d0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/services/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Admin endpoints are only available to a set of whitelisted users specified in th
121121
Example:
122122

123123
```bash
124-
curl -H "Authorization: Bearer $token" -H "Content-Type: application/json" -X POST -d '{"accession_ids": ["my-id-01", "my-id-02"], "dataset_id": "my-dataset-01"}' https://HOSTNAME/dataset/create
124+
curl -H "Authorization: Bearer $token" -H "Content-Type: application/json" -X POST -d '{"accession_ids": ["my-id-01", "my-id-02"], "dataset_id": "my-dataset-01", "user": "user@example.org"}' https://HOSTNAME/dataset/create
125125
```
126126

127127
- `/dataset/release/*dataset`

0 commit comments

Comments
 (0)