addObject
, deleteIndex
, editSettings
See also: Pre-indexing data transformationAuthorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Path Parameters
Unique identifier of a task.
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
Query Parameters
When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
Body
Which indexing operation to perform:
addObject
: adds records to an index. Equivalent to the "Add a new record (with auto-generated object ID)" operation.updateObject
: adds or replaces records in an index. Equivalent to the "Add or replace a record" operation.partialUpdateObject
: adds or updates attributes within records. Equivalent to the "Add or update attributes" operation with thecreateIfNoExists
parameter set to true. (If a record with the specifiedobjectID
doesn't exist in the specified index, this action creates adds the record to the index)partialUpdateObjectNoCreate
: same aspartialUpdateObject
, but withcreateIfNoExists
set to false. (A record isn't added to the index if itsobjectID
doesn't exist)deleteObject
: delete records from an index. Equivalent to the "Delete a record" operation.delete
. Delete an index. Equivalent to the "Delete an index" operation.clear
: delete all records from an index. Equivalent to the "Delete all records from an index operation".
addObject
, updateObject
, partialUpdateObject
, partialUpdateObjectNoCreate
, deleteObject
, delete
, clear
Response
OK
Universally unique identifier (UUID) of a task run.
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
Universally unique identifier (UUID) of an event.
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
This field is always null when used with the Push endpoint. When used for a source discover or source validate run, it will include the sampled data of the source.
in case of error, observability events will be added to the response.
a message describing the outcome of the operation that has been ran (push, discover or validate) run.
Date of creation in RFC 3339 format.