docs/api: add missing info on post feature input
This commit is contained in:
parent
7aaa28f9de
commit
ae1cd7884c
1 changed files with 8 additions and 0 deletions
8
API.md
8
API.md
|
@ -865,6 +865,14 @@ data.
|
|||
|
||||
`POST /featured-post`
|
||||
|
||||
- **Input**
|
||||
|
||||
```json5
|
||||
{
|
||||
"id": <post-id>
|
||||
}
|
||||
```
|
||||
|
||||
- **Output**
|
||||
|
||||
A [detailed post resource](#detailed-post).
|
||||
|
|
Loading…
Reference in a new issue