Update given shot.

PUT /data/shots/{shot_id}

Path parameters

  • shot_id Required
application/json

Body Required

object object

Shot data to update

Responses

  • 200

    Update given shot

PUT /data/shots/{shot_id}
curl \
 --request PUT 'http://api.example.com/data/shots/a24a6ea4-ce75-4665-a070-57453082c25' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"
Request examples
{}