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

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).