Sign in

Update shot

documented

Update attributes of an existing shot.

PUT /shots/{id}Shotsno implementation yet0 runs
No 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/shots/{{$id}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/vnd.dribbble.v2+json" \
  -d '{"title": "{{$title}}", "description": "{{$description}}", "tags": {{$tags}}, "low_profile": {{$low_profile}}, "scheduled_for": "{{$scheduled_for}}", "team_id": {{$team_id}} }'
Update shot · Dribbble · OpenIntegrations