V2 Integrator API
Patch tenant preferences
Patches the tenant’s stored preference defaults.
PATCH
Patches the tenant’s stored preference defaults. Swap settings live under the
swap namespace: slippageBps, priceImpactBps, and thresholdUsd
(minimum swap size in USD).
- Auth:
x-api-keyheader (required) - Required scope:
tenant:write
PUT /v2/strategies/{strategyId}/schedule.
Patch semantics
Patches are applied per inner field withinswap:
- Omitted field — preserve the current value
- Explicit
null— clear the field (revert to “not configured”) - Explicit value — set the field
{} and { "swap": {} } are both 200 no-ops. Sending
{ "swap": { "slippageBps": null } } clears slippageBps while leaving
priceImpactBps and thresholdUsd untouched.