missing | A required field was absent. |
json_invalid | The body was not parseable JSON. |
invalid_format | A subject id, key id or export id did not match its permitted character set. |
unsupported_provider | The connector path segment named a provider other than github. |
unknown_expand_relation | An expand value is not an expandable relation on this route. |
missing_url | A webhook registration omitted the url. |
invalid_url | The webhook url could not be parsed, or its port is not a number, or it has no host. |
url_too_long | The webhook url is longer than 2048 characters. |
userinfo_not_allowed | The webhook url carries user:pass@ credentials. |
unsupported_scheme | The webhook url is not https. |
https_required | The webhook url used plain http where https is required. |
port_not_allowed | The webhook url used a port other than the default https port. |
unresolvable_host | The webhook hostname does not resolve. |
blocked_address | The webhook hostname resolves to a private, loopback, link-local, CGNAT, reserved or tunnelled address. |
event_types_required | A webhook registration subscribed to no event types. |
invalid_event_type | A subscribed event type is empty or is not in the catalogue. |
too_many_event_types | A webhook subscribed to more than 20 event types. |