You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Left (HTTPError {status = 400, response = Just (Object (fromList [(\"code\",Number 50035.0),(\"errors\",Object (fromList [(\"name\",Object (fromList [(\"_errors\",Array [Object (fromList [(\"code\",String \"BASE_TYPE_REQUIRED\"),(\"message\",String \"This field is required\")])])]))])),(\"message\",String \"Invalid Form Body\")]))})"
which to me looks like it might be caused by the fact that Create Webhook has a name field and not a username field. The question is then whether to rename the actual record selector as well. I think it wouldn't be a bad idea considering that it's been broken until now, so breakage from renaming is minimal.
There're also other types that need to be fixed, like ModifyWebhookData.
The text was updated successfully, but these errors were encountered:
Relevant file: https://github.com/simmsb/calamity/blob/master/calamity/Calamity/HTTP/Webhook.hs#L36
This code snippet
yield an error
which to me looks like it might be caused by the fact that Create Webhook has a
name
field and not ausername
field. The question is then whether to rename the actual record selector as well. I think it wouldn't be a bad idea considering that it's been broken until now, so breakage from renaming is minimal.There're also other types that need to be fixed, like
ModifyWebhookData
.The text was updated successfully, but these errors were encountered: