Mark given scene as source of given shot.

POST /data/scenes/{scene_id}/shots

Path parameters

Responses

  • 200

    Given scene marked as source of given shot

POST /data/scenes/{scene_id}/shots
curl \
 -X POST http://localhost:8080/api/data/scenes/{scene_id}/shots \
 -H "Authorization: $API_KEY"