1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-26 15:04:19 +01:00

board can be specified in the post, optionally

This commit is contained in:
Enrico Fasoli 2015-12-17 19:25:05 +01:00
parent 789076277a
commit d335992af0

View File

@ -87,6 +87,7 @@ __TODO__ implement the ability to manually hide content and to name moderators t
{ {
"title": "Title of the post", "title": "Title of the post",
"date": "date of the post", "date": "date of the post",
"board": "optional_board_id",
"preference": "optional_id_of_the_preferred_administration", "preference": "optional_id_of_the_preferred_administration",
"text": "Content of the post", "text": "Content of the post",
"previous": "id_of_optional_previous_version", "previous": "id_of_optional_previous_version",