Posts
Update Post
Update a posted, queued, or "saved for later" post.
put/api/{account}/posts/{post_id}
Request body
Example request
{
"text": "Hello!",
"price": 10,
"expireDays": 3,
"scheduledDate": "2025-01-01T00:00:00.000Z",
"saveForLater": true,
"fundRaisingTargetAmount": 30,
"fundRaisingTipsPresets": [
5,
10,
15
],
"votingType": "poll",
"votingDue": 3,
"votingOptions": [
"First option",
"Second option"
]
}Response
Success