v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBContent - Posts
Update a Specific Post
This endpoint updates a specific post.<br><br><h3>Required Scope</h3>content:write
patch/api/v2/content/posts/{id}
Path parameters
idstring required
The ID of the post to update.
Request body
Response
Success
Example response
{
"data": {
"attributes": {
"groups-with-access": [],
"groups-with-access-ids": []
}
}
}