Skip to main content

Apply Inbound Changes

POST 

/api/airtable/instances/:instance/inbound-changes/apply

Apply queued inbound changes back into SKU.io. Send "all": true to apply every pending change for the connection, or "ids": [..] to apply specific changes. Changes are applied in the background; the response returns a tracked_job_log_id to follow progress.

Body fields:

  • all (boolean, optional): apply every pending change when true.
  • ids (array of integers, optional): the specific change ids to apply when all is not set.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type