revert: artist detail endpoint reference#117
Conversation
This reverts commit c9e7f9f.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThis PR removes the GET /api/artists/{id} endpoint documentation, including its OpenAPI specification, related schema definitions, navigation configuration, and associated documentation page. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Reverts the merged artist detail docs from #116.
This undo PR removes the
GET /api/artists/{id}docs, OpenAPI entry, and nav item so docs stay aligned with the reverted API surface.Summary by cubic
Reverts the artist detail endpoint docs to match the current API. Removes
GET /api/artists/{id}from the docs, OpenAPI, and nav, and drops related schemas.ArtistsErrorResponsenow usesmessage(noterror) and no longer includesmissing_fields. Adjust clients that parse this schema.Written for commit a9664dd. Summary will update on new commits.
Summary by CodeRabbit
Revert
Documentation