Create job
documentedPost a job to Dribbble Jobs (requires a partner token).
POST /jobsJobsno 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://api.dribbble.com/v2/jobs" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"organization_name": "{{$organization_name}}", "title": "{{$title}}", "location": "{{$location}}", "link_to_apply": "{{$link_to_apply}}", "description": "{{$description}}", "active": {{$active}}, "team": {{$team}}, "category": "{{$category}}", "role_type": "{{$role_type}}", "website": "{{$website}}", "twitter": "{{$twitter}}", "instagram": "{{$instagram}}", "facebook": "{{$facebook}}", "onsite_or_remote": {{$onsite_or_remote}}, "onsite_only": {{$onsite_only}}, "remote_only": {{$remote_only}}}'