PATCH
/
api
/
v1
/
posts
/
{id}
/
moderate-remove-reply
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "fullName": "<string>",
    "logo": "<string>"
  },
  "childrenCount": 123,
  "dateCreated": "2023-11-07T05:31:56Z",
  "mentions": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "firstName": "<string>",
      "lastName": "<string>",
      "fullName": "<string>",
      "logo": "<string>"
    }
  ],
  "content": "<string>",
  "reactionData": [
    "<string>"
  ],
  "myReactions": [
    "<string>"
  ],
  "embedOpenGraph": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "url": "<string>",
    "openGraph": [
      "<string>"
    ]
  },
  "medias": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "entityId": 123,
      "contentUrl": "<string>",
      "type": "<string>",
      "mimeType": "<string>"
    }
  ],
  "moderated": "https://example.com/"
}

Path Parameters

id
string
required

Post identifier

Body

application/merge-patch+json

The updated Post resource

content
string | null
embedOpenGraph
string<iri-reference> | null
Example:

"https://example.com/"

Response

Post resource updated

@context
@id
string
@type
string
id
integer
owner
object
childrenCount
integer
dateCreated
string<date-time>
mentions
object[]
content
string | null
reactionData
string[]
myReactions
string[]
embedOpenGraph
object | null
medias
object[]
moderated
string<iri-reference> | null
Example:

"https://example.com/"