Regenerate api examples and add repost, profile, and delete post types

This commit is contained in:
Jonathan Rudenberg 2012-09-20 10:28:33 -04:00
parent e3b1f0b7cc
commit 698342fac0
3 changed files with 205 additions and 174 deletions

View file

@ -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}