Add or remove followers and manage upvotes/downvotes for search indexes to track popularity and enable change notifications using the Collate REST API.
PUT /v1/searchIndexes/{id}/followers
DELETE /v1/searchIndexes/{id}/followers/{userId}
PUT /v1/searchIndexes/{id}/vote
votedUp, votedDown, or unVoted.| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Search index or user does not exist |