Partial updates for active and off-route tour display settings

May 13, 2026

The driver tour display configuration covers two distinct screens — the off-route view a driver sees while browsing tours, and the active-tour view they see while working a tour. Operators typically tune these screens independently: changing only the active-tour earnings label, or only the off-route metadata layout, without wanting to revisit the rest of the configuration.

The update endpoint now reflects that workflow. Update Tour Display Configuration accepts any subset of the configuration fields, removing the need to send whole configuration on every request. Omitted fields are left untouched.

The shape of the configuration is unchanged. Show Tour Display Configuration still returns the full set of fields, and any single field that you do send is validated exactly as before. Only the request semantics have moved from “send everything” (aka PUT semantics) to “send what changed” (aka PATCH semantics).