POST /1/indexes/{indexName}/{objectID}/partial

Adds new attributes to a record, or updates existing ones.

To update an attribute without pushing the entire record, you can use these built-in operations. These operations can be helpful if you don't have access to your initial data.

You can specify an operation by providing an object with the attribute to update as the key and its value being an object with the following properties:

This operation is subject to indexing rate limits.

Servers

Path parameters

Name Type Required Description
indexName String Yes

Name of the index on which to perform the operation.

objectID String Yes

Unique record identifier.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Query parameters

Name Type Required Description
createIfNotExists Boolean No

Whether to create a new record if it doesn't exist.

Default value: true

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.