Posts
This section describes the endpoints for managing posts.
Post Model
The Post
object represents a post in the system.
{
"id": 0,
"title": "string",
"content": "string",
"poster": 0,
"post_date": 0,
"likes": 0,
"likers": [0],
"nsfw": false,
"belongs_to": 0,
"edited": false,
"edited_at": 0
}
Endpoints
Last updated