API structure has changed
8 structure changes including:
1 Breaking change
2 Additions
5 Modifications
1 Removal
Modified
5
GET /widget/ambassadors
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
- Query
- filter[is_absent], filter[unavailable], sort, latitude, longitude query parameters Added
GET /widget/ambassadors/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- location property Added
-
application/json content type Modified
GET /widget/ambassadors/{id}/posts
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /{environment}/posts
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /{environment}/posts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- author, comments properties Modified
-
application/json content type Modified
Removed
1
Breaking
PATCH /manager/quiz
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
GET /manager/quiz/{id}
PATCH /manager/quiz/{id}