PATCHhttps://api.x.flatfile.com/v1/jobs/us_jb_YOUR_ID
Headers
  • true
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X PATCH https://api.x.flatfile.com/v1/jobs/us_jb_YOUR_ID \
> -H "Authorization: Bearer " \
> -H "X-Disable-Hooks: true" \
> -H "Content-Type: application/json" \
> -d '{
> "config": {},
> "status": "complete",
> "progress": 100
>}'
Response