addObject
, deleteIndex
, editSettings
Authorizations
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.
Body
application/json
The record to apply the given code to.
It is deprecated. Use the input
field with proper type
instead to specify the transformation code.
The type of transformation, which can be either 'code' or 'noCode'.
Available options:
code
, noCode
The input for the transformation, which can be either code or a no-code configuration. Input for a transformation that contains the source code of the transformation.
- Option 1
- Option 2