docs(api): list Braided Audio publish/stop in openapi (#198) - #19
Conversation
|
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_97f5218b-56e9-4e66-b3dc-93a7c356eb2d) |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 46 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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 for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |


Summary
POST /v1/braid/publishandDELETE /v1/braid/publish/{ns}to the public OpenAPI spec, matching the live handler inwave-listen-edge/src/braid-publish.ts+worker.ts(request fields, response shapes, error codes 400/403/429/501).Braided Audiotag +BraidPublishRequest/BraidPublishResult/BraidStopResultschemas.Test plan
python3 -c "import yaml; yaml.safe_load(open('openapi.yaml'))"— parses cleanPart of #198 (SHIP WAVE Braided Audio public — offline surfaces).
Note
Low Risk
OpenAPI-only documentation; no runtime, auth, or billing behavior changes.
Overview
Documents on-demand WAVE Braided Audio in the public
openapi.yamlso clients can discover publish/stop without reading edge worker code.Adds a Braided Audio tag describing MoQ braided tracks,
moq:write, and replace/stop semantics. New paths:POST /braid/publish(start or replace a namespace publisher; 201 with machine metadata, plus 400/403/429/501) andDELETE /braid/publish/{ns}(explicit stop; 200/403/404/501). Component schemasBraidPublishRequest,BraidPublishResult, andBraidStopResultcapturens, labeledsources(urlorpath), optionalwindowMs/sampleRate, and org derived from auth—not the request body.Reviewed by Cursor Bugbot for commit 1986b9f. Configure here.
Summary by cubic
Adds Braided Audio publish/stop endpoints to the public OpenAPI so clients can start and stop on‑demand braided audio machines. Includes the
Braided Audiotag, request/response schemas, and documented error responses.POST /v1/braid/publishandDELETE /v1/braid/publish/{ns}withmoq:writeentitlement.BraidPublishRequest,BraidPublishResult,BraidStopResult.Written for commit 1986b9f. Summary will update on new commits.