Skip to content

Commit 25c1005

Browse files
authored
Changes by create-pull-request action (#153)
2 parents 7c17a10 + 655d0b5 commit 25c1005

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)