API structure has changed
10 structure changes including:
2 Breaking changes
2 Additions
6 Modifications
2 Removals
Modified
6
GET /manager/orders
- Query
- filter[id_buyer] query parameter Added
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
- id_popliste property Added
-
application/json content type Modified
PATCH /manager/posts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- id_popliste property Added
-
application/json content type Modified
POST /manager/posts
- Body
-
application/json content type Modified
- id_popliste property Added
- Response
-
201 response Modified
-
application/json content type Modified
- id_popliste property Added
-
application/json content type Modified
Removed
2
Breaking
DELETE /manager/quiz-answer/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /manager/quiz-answer/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
DELETE /manager/quiz-answer/{id}
GET /manager/quiz-answer/{id}