Skip to main content
PUT
PUT /v1/searchIndexes/{id}/followers

Followers & Votes

Manage followers and votes for search index entities.

Followers

Add Follower

PUT /v1/searchIndexes/{id}/followers
id
string
required
UUID of the search index.
id
string
required
UUID of the user to add as a follower (sent as request body string).

Remove Follower

DELETE /v1/searchIndexes/{id}/followers/{userId}
id
string
required
UUID of the search index.
userId
string
required
UUID of the user to remove.

Votes

Add or Update Vote

PUT /v1/searchIndexes/{id}/vote
id
string
required
UUID of the search index.
updatedVoteType
string
required
Vote type: votedUp, votedDown, or unVoted.
PUT /v1/searchIndexes/{id}/followers

Error Handling