docs(artists): profile 404 uses the standard {status, error} envelope - #303
Conversation
Review on recoupable/api#840 moved the endpoint onto the shared errorResponse helper, whose envelope is {status, error}. The contract's 404 example and schema said {status, message}.
|
Warning Review limit reached
Next review available in: 46 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
One-field follow-up to docs#302: review on api#840 moved the profile endpoint onto the shared
errorResponsehelper, whose house envelope is{status, error}— the published 404 example and schema said{status, message}. NewArtistPublicProfileErrorResponseschema (the old $ref borrowedArtistSocialsErrorResponse, which keeps itsmessageshape for its own endpoint). Verifiedreleases.jsonparses. Merge with or after api#840.Summary by cubic
Aligns the Artist Public Profile 404 contract with the shared error envelope, switching from {status, message} to {status, error} for consistency with the API.
ArtistPublicProfileErrorResponseand updates the 404 example and schema ref to useerrorinstead ofmessage;ArtistSocialsErrorResponseremains unchanged.errorfield.Written for commit 1284edf. Summary will update on new commits.