Error
Application error
59000: Validation Error
API
The request body failed validation. This is returned by all write endpoints (POST/PATCH) in the Webhooks Configuration API when a required field is missing, a field has an invalid type or enum value, or a field violates a length or format constraint.
- A required field is missing (for example,
auth.sourcewhen creating aSetting, ortypewhen creating aSharedKey). - A field's value isn't one of the allowed enum values (for example, an
auth.sourceother thanINLINEorREFERENCE). - A string field exceeds its maximum length (for example,
friendlyNameordescriptionover 255 characters). - The
settingspercentages on aRuledon't sum to 100. - A
Rule's match pattern uses special characters, which are not supported.
- Read the
detailfield of the error response — it names the specific field and constraint that failed. - Check the request body against the Webhooks Configuration API reference for required fields, types, and allowed values before submitting.
- For
Ruletraffic-splitting requests, verify allsettings[].percentagevalues sum to exactly 100. - If you need prefix filtering, use a prefix match instead of special characters.