Summary
GET /creators/:id must return a 404 with a consistent error shape when the creator does not exist. An integration test should confirm both the status code and the response body structure.
Scope
- Call
GET /creators/:id with a creator ID that does not exist
- Assert response status is 404
- Assert response body matches the standard error shape:
{ error: { code, message } }
- Assert
code is a recognizable not-found code string
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
GET /creators/:idmust return a 404 with a consistent error shape when the creator does not exist. An integration test should confirm both the status code and the response body structure.Scope
GET /creators/:idwith a creator ID that does not exist{ error: { code, message } }codeis a recognizable not-found code stringAcceptance Criteria
codefield is present and descriptiveETA: 12 hours
Coordinate on Telegram