update_schedule_block
Enable or disable a specific block in a library's weekly schedule to allow or stop transcoding processing during that period.
Instructions
Enable or disable a single block in a library's weekly schedule (POST /api/v2/update-schedule-block).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | Yes | Schedule block identifier, as stored on the library record | |
| status | Yes | true to allow processing in this block, false to block it | |
| library_id | Yes | Library ID (dbID), from list_libraries |