createComment
Create a comment on a Post
🔑 Requires authentication
This operation requires
Bearer Token
issued from our Authentication flow appended to the request headers. Please refer to Authentication page.
🚧 Only TEXT_ONLY
PublicationContentType supported at this time
Interface
Request Input
CommentCreateInput
object
profileId
: [Required]publicationsId
: [Required] ThepostId
of Post to be commented oncontent
: [Optional] Text content of comment, must be provided if nomedia
attachedAccepts escaped string
contentS3Uri
: [Required] Centralised storage URI of comment's content metadatacontentUri
: [Required] Decentralised storage URI of comment's content metadataprimaryContentType
: [Required] Refer to Publication Content Metadatalocale
: [Optional] ISO-639-1 representation of locale informationappId
: [Optional] Client executing Comment creation
Operation
Response
Last updated