community.vote.set

Generated at from openvibe-contracts v0.34.2 and openvibe-sdk v0.5.0.

Not grantable to apps (planned, public).

PLANNED as its own grant: up-vote, down-vote or clear a vote (value 1, -1 or 0; 0 removes it, so there is no separate vote.remove) on a thread or a comment as the acting person (roadmap §30.2 community.vote.set|remove). Locked threads refuse; 60 votes a minute per person. The routes serve production today, guarded by community.post.create (threads) and community.comment.write (comments), which keep covering them.

Owner
community (token audience openvibe.community)
Version
1.0
Status
planned
Visibility
public
Resource constraints
space_member
Quota class
community-vote
Permissions
community:vote
Input
common.entity-ref@1
Events
Implemented by
  • POST /api/v1/spaces/:space/threads/:slug/votes
  • POST /api/v1/comments/:commentId/votes
  • POST /s/:space/t/:slug/vote