This is where you'll find notices of deprecated object fields or REST endpoints, or other things affecting the TTE API.
Last Update: 2025-01-29
POST /api/event/xxx/schedule-unassign-all
is deprecated; instead use POST /api/event/xxx/unassign-slots
POST /api/event/xxx/schedule-unassign-session
is deprecated; instead use POST /api/event/xxx/unassign-slots
PUT /api/slot/xxx/assign
is deprecated; instead use POST /api/event/xxx/assign-slots
or POST /api/eventsession/xxx/assign-slots
PUT /api/slot/xxx/unassign
is deprecated; instead use POST /api/event/xxx/unassign-slots
or POST /api/eventsession/xxx/unassign-slots