API → OrgsRegister a new S3 dataset that Zoo can assume into on behalf of the caller's org
Parameters
Name
Type
Req.
Returns
- 201 Created
successful creation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
s3: Amazon Simple Storage Service.
post
/org/datasets$ curl -X POST "https://api.zoo.dev/org/datasets" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{}'201 Created
Response{}