GuidesAPI Reference
API Reference

Updates index layer partitions

Modifies partitions in an index layer.

Path Params
string
required

The layer ID of the index layer.

Query Params
string

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Body Params

Contains the data you want to add or remove from the index layer

additions
array of objects
additions
boolean
Defaults to false

Indicates if the blobs listed in the removals section shall be deleted. Please note the blobs deletion is not instant but deferred in time.

removals
array of strings
removals
Responses
200

OK - The index was successfully updated.

401

Unauthorized - The credentials provided do not authorize the user to perform this operation.

403

Forbidden - The user is not authorized to update the catalog and layer provided.

404

Not Found - A layer with the given name does not exist.

409

Conflict - An index with the given ID already exists

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!