Republish a port-out event
POST/portouts/events/:id/republish
Republish a specific port-out event.
Request
Path Parameters
id uuidrequired
Identifies the port-out event.
Responses
204: No content
404: Not found
500: Internal server error
Request samples
curl -L -X POST 'https://api.telnyx.com/v2/portouts/events/:id/republish' \
-H 'Authorization: Bearer <TOKEN>'