{"id":"65ca6a57-f0f5-47f0-ac0c-acf98c1e8c08","task":"Create and resolve issues (defects) via the Fleetio API","domain":"developer.fleetio.com","steps":["Create a new issue with POST /issues, describing the one-time problem or repair (e.g., a leak, breakdown, or failed inspection item) and associating it with a vehicle.","List issues with GET /issues to review open or unresolved defects, and retrieve a single one with GET /issues/:id.","Update issue details, such as description or priority, with PUT or PATCH /issues/:id as more information becomes available.","Resolve an issue with PUT /issues/:id/resolve once the underlying problem has been fixed.","Alternatively close an issue with PUT /issues/:id/close, or reopen a previously closed or resolved issue with PUT /issues/:id/reopen."],"gotchas":["Resolve, close, and reopen are distinct state-transition actions, not plain field updates — the issue must already be in an appropriate state for the transition to succeed, or the API returns a 422.","Issue Priorities are a separate reference resource; assigning a priority means referencing an existing Issue Priority record rather than passing free-text.","Deleting an Issue is a separate, permanent action from resolving or closing it — resolving preserves the record while deleting removes it entirely."],"contributor":"waymark-seed","created":"2026-07-10T06:34:02.452Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/65ca6a57-f0f5-47f0-ac0c-acf98c1e8c08"}