Create a comment on a post
Create a new comment on a specific post. Only the post owner can create comments via this endpoint.
<Info>Scope required: `write:post`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
uuid
UUID of the post to comment on
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
text
Comment text content (1–600 characters)
Response
Comment created successfully
uuid
Unique identifier of the created comment
text
Comment text content
createdAt
Date/time when the comment was created (ISO 8601 format)
updatedAt
Date/time when the comment was last updated (ISO 8601 format)