Summary
The creator list endpoint should enforce a maximum page size to prevent a single request from returning an unbounded number of records. An integration test should confirm requests above the limit are capped or rejected.
Scope
- Call
GET /creators with a limit param exceeding the configured maximum
- Assert the response either returns only up to the maximum allowed or a 400 error
- Assert the returned count never exceeds the maximum page size
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The creator list endpoint should enforce a maximum page size to prevent a single request from returning an unbounded number of records. An integration test should confirm requests above the limit are capped or rejected.
Scope
GET /creatorswith alimitparam exceeding the configured maximumAcceptance Criteria
ETA: 12 hours
Coordinate on Telegram