{ "opencollection": "1.0.0", "info": { "name": "Palantir Foundry API v2 Admin - Groups Datasets API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "Create a dataset", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api/v2/datasets", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Dataset. A default branch — `master` for most enrollments — will be created on the Dataset." } ] } ], "bundled": true }