Skip to main content
PATCH
/
brokerage-firms
/
{brokerageFirmId}
/
platform-config
Updates the platform config of a brokerage firm
curl --request PATCH \
  --url https://api.example.com/brokerage-firms/{brokerageFirmId}/platform-config \
  --header 'Content-Type: application/json' \
  --data '
{
  "logoUrl": "<string>"
}
'
{}

Path Parameters

brokerageFirmId
string
required

Platform brokerage firm ID

Body

application/json

Platform config fields to update

logoUrl
string

Platform logo URL

Response

Platform configuration updated successfully.

The response is of type object.