Adding a note to an existing timeslot results doesn't work
Using the feature/api-docs
branch for !21 (merged) after applying the migration and creating a show and a schedule using the REST API, adding a note to an existing timeslot raises a TypeError
exception:
django | File "/steering/program/views.py", line 688, in create
django | data={"show": show_pk, "timeslot": timeslot_pk} | request.data,
django | TypeError: unsupported operand type(s) for |: 'dict' and 'dict'
django | [25/Mar/2022 19:18:42] "POST /api/v1/shows/2/schedules/1/timeslots/60/note/ HTTP/1.1" 500 88744