Skip to main content
POST
Update endpoint
Update an HTTP endpoint you own. The request must include id plus the full name, url, headers, and body fields (same shape as create).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string<uuid>
required
name
string
required
url
string
required
headers
object

Request headers. Secrets belong here as {{secret.*}} placeholders.

body
object

JSON body templates. Cannot use {{secret.*}}; put secrets in headers.

Response

Endpoint updated successfully

status
string
required
id
string<uuid>
required
redirect_url
string

Dashboard path. Ignore for API clients.