testWebhook

abstract suspend fun testWebhook(endpoint: IgdbEndpoint<*>, webhookId: IgdbWebhookId, entityId: String): IgdbResult<String, IgdbHttpErrorResponse>

Allows you to test a registered webhook.

Sends the object with id entityId to the registered webhook webhookId.