From d335992af0ea8216c931264fd77b76fd385e3f61 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Thu, 17 Dec 2015 19:25:05 +0100 Subject: [PATCH] board can be specified in the post, optionally --- PROTOCOL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PROTOCOL.md b/PROTOCOL.md index 41bb254..a903179 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -87,6 +87,7 @@ __TODO__ implement the ability to manually hide content and to name moderators t { "title": "Title of the post", "date": "date of the post", + "board": "optional_board_id", "preference": "optional_id_of_the_preferred_administration", "text": "Content of the post", "previous": "id_of_optional_previous_version",