community.comment.write

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

Not grantable to apps (active, first-party).

Typed comment threads as a service: resolve the thread of any EntityRef (browsers are limited to an allowlist of types), and comment, vote and delete one's own comments as the acting subject (X-OV-Subject), or comment as origin "ai" (never attributed to a person, roadmap 33). Ownership and limits are checked by Community.

Owner
community (token audience openvibe.community)
Version
1.0
Status
active
Visibility
first-party
Resource constraints
owner
Quota class
community-write
Permissions
community:write
Input
common.entity-ref@1
Output
common.entity-ref@1
Events
community.comment.created, community.comment.deleted, community.comment.voted
Implemented by
  • POST /api/v1/comments/threads/resolve
  • GET /api/v1/comments/threads/:id
  • POST /api/v1/comments/threads/:id/comments
  • DELETE /api/v1/comments/:commentId
  • POST /api/v1/comments/:commentId/votes