v1

latestOpenAPI 3.1.02026-07-26221930.5 KB
Dispatch

Revise a completed API

Submit a revision request for a completed API. Describe what to change — the system will classify and queue the revision.

post/dispatch/tasks/{task_id}/revise

Path parameters

task_idstring required

Request body

revisionstring required

Natural language description of what to change (e.g. 'add a search by category endpoint')

contributes_to_marketplaceboolean

Whether this revision contributes back to the shared marketplace canonical. TRUE (default) = the revision propagates upstream and is free. FALSE = the revision desyncs this API from the canonical and is charged. The opt-out is permanent.

Response

Revision queued

task_idstring

ID of the revision task (may be the original if no agent run was needed)

revision_typestring

Always 'revision' — a single agent handles all revision types