| Either ``notices`` or (``noticeBoardPaths`` and ``noticeId``) are required! ``notices`` beats a specified ``noticeBoardPaths``/``noticeId`` tuple | | |
| ``notices`` | required, array[object] | contains objects with notice ids per board | | |
| ``noticeBoardPath`` | required, string | Path of the notice board | {
"noticeBoardPath": "myGlobalBoard",
"noticeIds": ["2024-09-20test"]
},
{
"noticeBoardPath": "myPlannableBoard",
"noticeIds": ["DailyPlan/2024-09-20"]
} |
|
| ``noticeIds`` | optional, array[string] | Collection of notice ids.
If no noticeId is specified, all expected notices of the board will be posted | |
``noticeBoardPaths`` (deprecated) | required, array[string] | Paths of notice boards | | |
``noticeId`` (deprecated) | required, string | Id of the notice | | |