Skip to main content
PUT
Updates a hook in place. Every field from Create Hook is accepted and all of them are optional. Only the fields you send are changed. Cross-field validation runs against the merged record, not the request body alone. Clearing webhookUrl on a hook whose actionType is inform is therefore rejected.
Unlike create, riskFields is not re-required on update. A monitorRisk hook that already has risk fields keeps them when you send only checkFrequency.

Path Parameters

string
required
Market ID.
string
required
Hook ID.

Body Parameters

Any subset of the Create Hook body. Same types, same ranges.