tours

Update the status of an existing run of the specified tour, for example to mark it completed or skipped.

patch/api/tours/{tour_pk}/runs/{id}/

Path parameters

tour_pkstring required
idstring required

Request body

idstring uuid
status'IN_PROGRESS' | 'COMPLETED' | 'SKIPPED'
tour_versionstring required

Version of the tour that was run (provided by the frontend)

created_atstring date-time
updated_atstring date-time

Changes