Skip to main content
PUT

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Path Parameters

account_id
string
required

Internet International Bank Account Number identifying the PWS account the conversion belongs to.

Required string length: 14 - 42
conversion_id
string<uuid>
required

Conversion identifier.

Body

application/json

Request to update an existing conversion.

Full-state replacement (matching the upstream contract): the supplied to, name, and status replace the conversion's current values. The source side (from) is immutable — re-create the conversion to change input asset, rail, or source type.

to
ConversionEndpoint · object
required

New destination side. Required (no partial updates supported).

status
enum<string>
required

New lifecycle status. Must be active or paused; soft-delete via the delete endpoint when it lands.

Available options:
active,
paused
name
string

New partner-facing label for the conversion. This is a full replacement: omit to clear the existing label, send the current label to keep it.

Required string length: 1 - 128

Response

Successful response

data
Conversion · object
required

The updated conversion.