Description
Re‑emit an event.
Request
HTTP Method: POST
| Parameter | Description |
|---|---|
| event_id | The ID of the event to re-emit. |
curl -X POST \
https://<<META.tenant.domain>>/api/v1/events/<<event_id>>/reemit \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
Response
A successful request will return an empty response with a 204 status code.