Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
Yurba Desktop API
Yurba Component Language
Edit post, returns bool.
Request URL params:
post_id: int
Request headers:
"Content-Type: application/json"
token: string
Request body:
{
content: string
}
Response:
{
ok: bool
}
Example:
{
ok: 1
}
Errors: