Skip to content

fix(fleetops): address geofence history by public id - #44

Merged
roncodes merged 1 commit into
mainfrom
fix/geofence-history-public-id
Aug 12, 2026
Merged

fix(fleetops): address geofence history by public id#44
roncodes merged 1 commit into
mainfrom
fix/geofence-history-public-id

Conversation

@roncodes

Copy link
Copy Markdown
Member

The request sent {{driver_uuid}} — a variable nothing set, and an identifier the public API does not issue in the first place. It was the only place in the collection asking for an internal id, which is how the variable sweep surfaced it.

The endpoint now resolves the driver by public_id (fleetbase/fleetops@c499bce0), so this sends {{driver_id}}, which Create a Driver already captures. The path variable is renamed from :driverUuid to :driverId to match.

Without this the request answers 404 Driver resource not found. — the API fix landed first, so the collection is currently the half that is wrong.

🤖 Generated with Claude Code

The request sent {{driver_uuid}} — a variable nothing set, and an identifier the
public API does not issue in the first place. It was the only place in the
collection asking for an internal id.

The endpoint now resolves the driver by public_id
(fleetbase/fleetops@c499bce0), so this sends {{driver_id}}, which Create a Driver
already captures. The path variable is renamed to match.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@roncodes
roncodes merged commit 62df1aa into main Aug 12, 2026
1 check passed
@roncodes
roncodes deleted the fix/geofence-history-public-id branch August 12, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant