Likes
Authorizations
AuthorizationstringRequired
Decentraland authentication token obtained from the Decentraland SDK or auth services.
To authenticate:
- Use Decentraland's authentication SDK in your application
- Get the auth token from the SDK
- Include in requests:
Authorization: Bearer <token>
Path parameters
place_idstring · uuidRequired
UUID of the place
Body
likeboolean · nullableOptionalExample:
Vote value:
true: Like/upvote (recommend)false: Dislike/downvote (not recommended)null: Remove your vote
trueResponses
200
Vote updated successfully
application/json
okbooleanOptionalExample:
true401
Unauthorized - Missing or invalid authentication token
application/json
404
Resource not found - Place/world doesn't exist or is disabled
application/json
patch
/places/{place_id}/likesLast updated