A valid request URL is required to generate request examples{
"@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/"
}Updates an existing post. Only the post owner can edit it. Handles mention updates by comparing existing and new mentions, and sends notifications only to newly mentioned users. Supports updating content and media attachments.
A valid request URL is required to generate request examples{
"@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/"
}Post identifier
The updated Post resource
Post resource updated
Show child attributes
Show child attributes
Show child attributes
Show child attributes
"https://example.com/"