API documentation
put
/api/v1/Brands/{brandId}/instruments/exclusionsReplace the brand's instrument exclusion set. v2.
Brands
Parameters
brandId
path · string
Required
version
path · string
Required
Request body
{
"exclusions": [
{
"instrumentId": 0,
"symbol": "string"
}
]
}Responses
The OpenAPI specification does not include response body schemas for this endpoint. Use Try It with your credentials to see a live response.
- 200Success