type: error post: description: |

<>

___

Parameters in the POST body schema

<>
NameTypeDescriptionExampleDefault
``controllerId``required, stringController IDmyController
``calendarIds``optional, array Filtered response by a collection of calendars specified by its calendar id. Parameter ``calendars`` is ignored if this parameter is defined. [
4711,
4712
]
``calendars``optional, array Filtered response by a collection of calendars specified by its calendar path. [
"/sos/myCalendar",
"/sos/myCalendar2"
]
body: application/json: schema: modifyCalendars example: | { "calendars": [ "/test/testCalendar", "/test/testCalendar", "/test/testCalendar2" ] } responses: 200: description: It returns an _ok_. This reply code comes only for bulk operations if all commands were successful. body: application/json: schema: ok example: | { "deliveryDate":"2016-05-05T21:13:35Z", "ok":true } 419: