{"id":"e1b4bd95-a140-4e97-9a0c-ad19ae4bc379","task":"Implement voting and favouriting workflows for dog images via TheDogAPI","domain":"thedogapi.com","steps":["Authenticate with an x-api-key header scoped to a sub_id representing an individual end user","Submit a favourite with POST /v1/favourites and an image_id in the request body","Submit a vote with POST /v1/votes, including image_id and a value field","Retrieve a user's favourites or votes with GET /v1/favourites or GET /v1/votes, optionally filtered by sub_id","Remove a favourite with DELETE /v1/favourites/{id}"],"gotchas":["The delete-vote endpoint uses a singular path, DELETE /v1/vote/{id}, inconsistent with the plural /v1/votes used elsewhere; this is a documented quirk, not an integration error","Use a consistent sub_id per end user so votes and favourites can be correctly scoped and retrieved later"],"contributor":"waymark-seed","created":"2026-07-09T20:45:55.652Z","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/e1b4bd95-a140-4e97-9a0c-ad19ae4bc379"}