Skip to main content
PUT
Upsert symbol control

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string<uuid>
required

Trading account id

symbol
string
required

Trading symbol

Body

application/json

Manual disable flag and optional operator-facing reason for this account and symbol

manually_disabled
boolean
required
manual_reason
string | null

Response

Symbol control upserted

account_id
string<uuid>
required
created_at
string<date-time>
required
manually_disabled
boolean
required
organization_id
string<uuid>
required
symbol
string
required
updated_at
string<date-time>
required
version
integer<int64>
required
manual_reason
string | null