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
Here the HookDelivery defines the InstallationID as type string, but from the documentation it seems like a number. When testing I receive the error string
json: cannot unmarshal number into Go struct field HookDelivery.installation_id of type string
Is this a possible bug?
The text was updated successfully, but these errors were encountered:
Here the
HookDelivery
defines theInstallationID
as typestring
, but from the documentation it seems like a number. When testing I receive the error stringIs this a possible bug?
The text was updated successfully, but these errors were encountered: