docs: add artist delete endpoint reference#124
docs: add artist delete endpoint reference#124arpitgupta1214 merged 2 commits intorecoupable:mainfrom
Conversation
📝 WalkthroughWalkthroughAdded documentation and OpenAPI specification for a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@api-reference/artists/delete.mdx`:
- Around line 1-4: The frontmatter in the MDX file for the Delete Artist page
(the YAML block containing title: 'Delete Artist' and openapi:
"/api-reference/openapi/releases.json DELETE /api/artists/{id}") is missing a
description field; add a description: "Short summary of the Delete Artist
endpoint" (or an appropriate concise summary) to that frontmatter block so the
page metadata matches other docs and follows the MDX frontmatter guideline.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 08ccaf49-d108-429a-b244-8d811e1e1e25
📒 Files selected for processing (3)
api-reference/artists/delete.mdxapi-reference/openapi/releases.jsondocs.json
Summary
DELETE /api/artists/{id}in the releases OpenAPI specTesting
jq empty docs.jsonjq empty api-reference/openapi/releases.jsonSummary by cubic
Documented the artist delete endpoint and added a Mintlify page so the API reference includes
DELETE /api/artists/{id}and it’s visible in the Artists nav.DELETE /api/artists/{id}with path param, 200/401/403/404 responses, andDeleteArtistResponse/DeleteArtistErrorResponseschemas.api-reference/artists/delete.mdxwith title and description, and added it to the Artists navigation group.Written for commit 92cd563. Summary will update on new commits.
Summary by CodeRabbit