Commits

Complete a commit version

POST
Completes a commit version. This marks the commit as complete and acknowledges that the changes have been applied to the sheet.

Path parameters

commitIdstringRequired
ID of the commit version to complete

Response

This endpoint returns an object
data
objectOptional

Errors

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