Skip to main content
POST
Revise a completed API

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Create one in the Parse dashboard at https://parse.bot (Settings → API Keys). Keys start with 'pmx_'.

Path Parameters

task_id
string
required

Body

application/json
revision
string
required

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

contributes_to_marketplace
boolean
default:true

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

200 - application/json

Revision queued

task_id
string

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

revision_type
string

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