Update
Mutation API
Update
POST
Update
Update mutation
For update mutations, the request body is anUpdateMutationRequest object with the following shape:
UpdateMutationRequest
We use
PATCH in all update mutations.Parameters
The ID of the sync that the mutations should apply to.
The ID of the collection that the mutations should apply to.
A list of one or more
PartialRecord objects.A list of one or more consumer IDs. See await consumers below.
The number of milliseconds to wait for consumers to finish processing a mutation. Defaults to
30000 (30 seconds). See await consumers below.Response
If the mutation succeeds, Sequin will return a JSON object with arecords property containing each record:
200 OK
400 Bad Request response with an error message:
400 Bad Request
504 Gateway Timeout response with an error message:
504 Gateway Timeout

