Regenerate api examples and add repost, profile, and delete post types
This commit is contained in:
parent
e3b1f0b7cc
commit
698342fac0
3 changed files with 205 additions and 174 deletions
|
@ -39,3 +39,31 @@ title: Post Types
|
|||
An **album** is a collection of `photo`s. Albums may optionally list a cover photo, description, and title.
|
||||
|
||||
{post_album schema}
|
||||
|
||||
|
||||
### Repost
|
||||
|
||||
`https://tent.io/types/post/repost/v0.1.0`
|
||||
|
||||
A **repost** is a post that points to a post created by another entity.
|
||||
|
||||
{post_repost schema}
|
||||
|
||||
|
||||
### Profile
|
||||
|
||||
`https://tent.io/types/post/profile/v0.1.0`
|
||||
|
||||
A **profile** post notifies followers about modifications to an entity's
|
||||
profile.
|
||||
|
||||
{post_profile schema}
|
||||
|
||||
|
||||
### Delete
|
||||
|
||||
`https://tent.io/types/post/delete/v0.1.0`
|
||||
|
||||
**Delete** informs followers that a post was deleted.
|
||||
|
||||
{post_delete schema}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue