Skip to main content
PATCH
https://postonce.to/api/public
/
v1
/
posts
/
{id}
Update post
curl --request PATCH \
  --url https://postonce.to/api/public/v1/posts/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.