Yurba Docs
Yurba Documentation

Get started

Accounts

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

POST /posts/{post_id}/comment

Upload post on specified user wall, returns CommentModel.

Request URL params:

post_id: int

Request headers:

"Content-Type: application/json" token: string

Request body:

{ content: string, photos_list: list[int] }

Errors:

auth_failed: token authorization failed

too_many_characters: you have reached the content length limit

invalid_photos: the photo list cannot be read

upload_error: error transferring track to database