April 1, 2026
· 3 min read
GET /venue_rooms
- added the optional property 'results/items/sequence' to the response with the '200' status (media type: application/json)
- added the optional property 'results/items/sequence' to the response with the '200' status (media type: application/xml)
POST /venue_rooms
- added the optional property 'sequence' to the response with the '201' status (media type: application/json)
- added the optional property 'sequence' to the response with the '201' status (media type: application/xml)
PATCH /venue_rooms/ordering
- endpoint added
GET /venue_rooms/{id}
- added the optional property 'sequence' to the response with the '200' status (media type: application/json)
- added the optional property 'sequence' to the response with the '200' status (media type: application/xml)
PATCH /venue_rooms/{id}
- added the optional property 'sequence' to the response with the '200' status (media type: application/json)
- added the optional property 'sequence' to the response with the '200' status (media type: application/xml)
PUT /venue_rooms/{id}
- added the optional property 'sequence' to the response with the '200' status (media type: application/xml)
- added the optional property 'sequence' to the response with the '200' status (media type: application/json)