Summary
The creator detail endpoint should return 404 when the requested creator ID does not exist in the database. An integration test should confirm the status code, the error message shape, and that no internal details are leaked in the response body.
Scope
- Call the creator detail endpoint with a creator ID that does not exist
- Assert response status is 404
- Assert response body contains an
error field with a message identifying the resource as not found
- Assert the response does not include database error details, table names, or stack traces
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The creator detail endpoint should return 404 when the requested creator ID does not exist in the database. An integration test should confirm the status code, the error message shape, and that no internal details are leaked in the response body.
Scope
errorfield with a message identifying the resource as not foundAcceptance Criteria
errorfield present with descriptive messageETA: 12 hours
Coordinate on Telegram