API structure has changed
8 structure changes including:
1 Addition
7 Modifications
Modified
7
Breaking
GET /manager/quiz
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /manager/quiz/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
type_content property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
type_content property Removed
-
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
- Query
- filter[status], filter[is_planned] query parameters Added
GET /{environment}/posts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- author property Modified
- date_insert, date_update, nb_orders, liked, contents, titles, is_planned, shares, status properties Added
-
application/json content type Modified
PATCH /manager/quiz/{id}
- Body
-
application/json content type Modified
-
type_content property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
type_content property Removed
- Response
-
200 response Modified
-
application/json content type Modified
-
type_content property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
type_content property Removed
-
application/json content type Modified
POST /manager/quiz
- Body
-
application/json content type Modified
-
type_content property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
type_content property Removed
- Response
-
201 response Modified
-
application/json content type Modified
-
type_content property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
type_content property Removed
-
application/json content type Modified
Added
1
PATCH /{environment}/posts/{id}