Update sandbox Lightning execution profile
Partially update the platform-scoped Sandbox Lightning Network Execution Profile singleton. Only btcFiatSpreadBps and lockPriceDurationSeconds are writable. Updated values affect newly created quotes after corridor confirmation; existing quotes keep their stored snapshot and POST /quotes remains the sole outward quote truth source.
Authorizations
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Headers
Optional platform scope selector for sandbox multitenant/internal compatibility. Basic-auth integration requests normally omit this header because platform context is derived from credentials. If supplied, it must be a UUIDv4 value.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$Body
Partial update payload for the Sandbox Lightning Network Execution Profile singleton. Only the writable execution-profile inputs are accepted.
Response
Updated sandbox Lightning execution profile returned.
Platform-scoped sandbox execution-profile input used during quote creation after corridor confirmation.
Platform-scoped BTC/fiat spread input in basis points. Sender and receiver platform values are summed at quote time to derive the effective corridor spread.
0 <= x <= 10000Platform-scoped quote lock-duration input in seconds. Sender and receiver platform values are combined at quote time by taking the shorter duration.
30 <= x <= 3600