Change Updates

Do not miss any Popsell API changes, ever again

Subscribe to the Popsell API changelog to be up to date on recent changes.

RSS

May 2, 2024

main
0.1
Compare

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
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
GET /widget/ambassadors/{id}/posts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /{environment}/posts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property 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
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
  • 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
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
  • 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
Added 1
PATCH /{environment}/posts/{id}