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?
Here the
HookDeliverydefines theInstallationIDas typestring, but from the documentation it seems like a number. When testing I receive the error stringIs this a possible bug?