This is where you'll find notices of deprecated object fields or REST endpoints, or other things affecting the TTE API.
GET /api/room/xxx/available-dayparts/refresh is now non-operativeGET /api/eventtype/xxx/available-dayparts/refresh is now non-operativeDayParts currently available for scheduling an Event, in a specific Room, or of a specific EventType, can be requested at:
The data returned by these endpoints used to be statically stored,
and endpoints such as the above /refresh ones were available for maintenance of the static data.
While still available at the same endpoints, this data is now dynamically queried, and the maintenance endpoints are no longer required.
The two /refresh endpoints above still exist and will return success:1 (and a warning wrt the endpoint's status) in case any third-party app's logic relies on this success flag; but the endpoints actually do nothing.
GET /api/library/xxx/librarygames is deprecated; instead use GET /api/library/xxx/gamesGET /api/library/xxx/libraryinventories is deprecated; instead use GET /api/library/xxx/inventoriesGET /api/libraryinventory/xxx/missing_games is deprecated; instead use GET /api/libraryinventory/xxx/missing-gamesGET /api/libraryinventory/xxx/libraryinventoryitems is deprecated; instead use GET /api/libraryinventory/xxx/itemsPOST /api/event/xxx/schedule-unassign-all is deprecated; instead use POST /api/event/xxx/unassign-slotsPOST /api/event/xxx/schedule-unassign-session is deprecated; instead use POST /api/event/xxx/unassign-slotsPUT /api/slot/xxx/assign is deprecated; instead use POST /api/event/xxx/assign-slots or POST /api/eventsession/xxx/assign-slotsPUT /api/slot/xxx/unassign is deprecated; instead use POST /api/event/xxx/unassign-slots or POST /api/eventsession/xxx/unassign-slots