docs/api: add missing info on post feature input

This commit is contained in:
rr- 2016-05-22 22:35:40 +02:00
parent 7aaa28f9de
commit ae1cd7884c
1 changed files with 8 additions and 0 deletions

8
API.md
View File

@ -865,6 +865,14 @@ data.
`POST /featured-post`
- **Input**
```json5
{
"id": <post-id>
}
```
- **Output**
A [detailed post resource](#detailed-post).