Segmentations Definition

Add Manual ReQL Segment

Adds a new Segment into a Manual ReQL Segmentation.

The new Segment is defined by a ReQL filter that returns true for an item in case that this item belongs to the segment.

put/{databaseId}/segmentations/manual-reql/{segmentationId}/segments/{segmentId}

Path parameters

databaseIdstring required

ID of your database.

segmentationIdstring required

ID of the Segmentation to which the new Segment should be added

segmentIdstring required

ID of the newly created Segment

Request body

filterstring required

ReQL filter that returns true for items that belong to this Segment. Otherwise returns false.

titlestring

Human-readable name of the Segment that is shown in the Recombee Admin UI.

Response

successful operation

Changes

No recorded changes to this endpoint across all 1 revision of this API.