Create data set
documentedCreate a new data set.
POST /v1.1/data-setsData Setsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://public-api.process.st/api/v1.1/data-sets" \
-X POST \
-H "Authorization: Bearer {{PROCESS_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"name": "{{$name}}", "description": "{{$description}}", "columns": [{"name": "{{$col1}}", "type": "text"}, {"name": "{{$col2}}", "type": "text"}]}'