API structure has changed
11 structure changes including:
1 Breaking change
1 Addition
9 Modifications
1 Removal
Modified
9
Breaking
GET /ambassadors
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /chat/chatrooms/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
established_dialogue property Modified
-
Full types went from
boolean
tostring(date-time)
Breaking
-
Full types went from
-
established_dialogue property Modified
-
application/json content type Modified
GET /manager/ambassadors
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /manager/bi/realtime/activity
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /manager/chatrooms
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /manager/chatrooms/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
established_dialogue property Modified
-
Full types went from
boolean
tostring(date-time)
Breaking
-
Full types went from
-
established_dialogue property Modified
-
application/json content type Modified
GET /manager/orders
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /manager/products
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /widget/posts
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
Removed
1
Breaking
PUT /chat/chatrooms/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
PATCH /chat/chatrooms/{id}