How To Add An Item To Matching (Become searchable)

In order for an item (it can be the client, room, or anything), you need to “add” the item to the match-maker.

To have long lasting searchable items (TTL longer than 60 seconds), you need to “add” the items repeatedly with shorter TTL (maximum of 60 seconds) until you no longer need them.

 

Example below uses Score Matching range 10.

POST /mm/add/score10

 

Request Body

ID

A unique identifier to uniquely identify the item being added.

properties

JSON encoded searchable property: { “value”: <integer> }

TTL

TTL in seconds of the item being added. Maximum TTL is 60 seconds.