latestOpenAPI 3.1.02026-08-1013317298.0 KB

d94e0e0f1821

Likes

Like, dislike, or remove vote ๐Ÿ”’

Vote on a place quality. Requires authentication.

Vote Options:

  • like: true - Upvote the place (recommend it)
  • like: false - Downvote the place (not recommended)
  • like: null - Remove your vote

Voting Power: Votes are weighted by user's Decentraland voting power (VP) from Snapshot. Users with more VP have stronger influence on the like_score.

Idempotent: Setting the same vote multiple times has no additional effect.

patch/places/{place_id}/likes

Path parameters

place_idstring uuid required

UUID of the place

Request body

likeboolean nullable

Vote value:

  • true: Like/upvote (recommend)
  • false: Dislike/downvote (not recommended)
  • null: Remove your vote

Response

Vote updated successfully

okboolean