feat: add account_id param to PATCH /api/sandboxes for Org API keys#201
Conversation
Add optional account_id parameter to UpdateSnapshotRequest, allowing organization API keys to update snapshots for any account within their organization. Personal API keys cannot use this parameter. Changes: - Added account_id (UUID) to request body schema - Pass account_id to validateAuthContext for authorization - Updated tests to match new behavior Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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 |
Braintrust eval reportCatalog Opportunity Analysis Evaluation (HEAD-1770215374)
Catalog Songs Count Evaluation (HEAD-1770215374)
First Week Album Sales Evaluation (HEAD-1770215374)
Memory & Storage Tools Evaluation (HEAD-1770215374)
Monthly Listeners Tracking Evaluation (HEAD-1770215374)
Search Web Tool Evaluation (HEAD-1770215374)
Social Scraping Evaluation (HEAD-1770215374)
Spotify Followers Evaluation (HEAD-1770215374)
Spotify Tools Evaluation (HEAD-1770215374)
TikTok Analytics Questions Evaluation (HEAD-1770215374)
|
Summary
account_idparameter to PATCH/api/sandboxesendpointChanges
validateSnapshotPatchBody.ts:account_id(UUID) to request body schemaaccount_idtovalidateAuthContextfor authorizationReference
account_idfor Org API keys:PATCH /api/pulsesPOST /api/artistsPOST /api/workspacesTest plan
account_idaccount_id) worksaccount_idreturns 403account_idfor non-member account returns 403🤖 Generated with Claude Code