Skip to main content
PUT
/
broker
/
groups
/
{group_id}
/
swap-config
Bulk Swap Config
curl --request PUT \
  --url https://api.{your-broker}.slate-labs.com/broker/groups/{group_id}/swap-config \
  --header 'Content-Type: application/json' \
  --data '
{
  "instruments": {}
}
'
{
  "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "instruments_updated": 123,
  "instruments_created": 123
}

Path Parameters

group_id
string<uuid>
required

Body

application/json
instruments
Instruments · object
required

Response

Successful Response

group_id
string<uuid>
required
instruments_updated
integer
required
instruments_created
integer
required