createMirror
Create a mirror of a Post
🔑 Requires authentication
This operation requires
Bearer Token
issued from our Authentication flow appended to the request headers. Please refer to Authentication page.
Interface
GraphQL Schema
Request Input
MirrorCreateInput
object
profileId
: [Required]publicationsId
: [Required] ThepostId
of Post to be mirroredcontent
: [Optional] Text content of comment, must be provided if nomedia
attachedcontentS3Uri
: [Required] Centralised storage URI of mirror's content metadatacontentUri
: [Required] Decentralised storage URI of mirror's content metadataprimaryContentType
: [Required] Refer to Publication Content Metadatalocale
: [Optional] ISO-639-1 representation of locale informationappId
: [Optional] Client executing Comment creation
Operation
GraphQL Operation
Response
JSON Response
Last updated