From ae1cd7884cdeee2557339587e6c0aaf9b5b2e067 Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 22 May 2016 22:35:40 +0200 Subject: [PATCH] docs/api: add missing info on post feature input --- API.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/API.md b/API.md index 40898d6..f4a1f61 100644 --- a/API.md +++ b/API.md @@ -865,6 +865,14 @@ data. `POST /featured-post` +- **Input** + + ```json5 + { + "id": + } + ``` + - **Output** A [detailed post resource](#detailed-post).