Closed
Description
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?