Commits

Replay a commit version

POST
Replays a commit:created event.

Path parameters

commitIdstringRequired
ID of the commit version to re-emit a commit:created event for

Response

This endpoint returns an object
data
objectOptional

Errors

POST
$curl -X POST https://api.x.flatfile.com/v1/commits/%3AcommitId/replay \
> -H "X-Disable-Hooks: true" \
> -H "Authorization: Bearer <token>"
Response
1{
2 "data": {
3 "success": true
4 }
5}