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

Nov 12, 2024

main
0.1
Compare

API structure has changed

10 structure changes including:
5 Additions
5 Modifications
Modified 5 Breaking
GET /platform/chat-topics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • id_brand property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • date_insert, roles, date_update, active properties Added
PATCH /manager/ambassadors/{id}
  • Body
  • application/json content type Modified
    • status, roles properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
PATCH /manager/quiz/{id}
  • Body
  • application/json content type Modified
    • start_date, end_date properties Modified
      • Type went from string to string | null
POST /manager/ambassadors
  • Body
  • application/json content type Modified
    • roles property Added
POST /manager/quiz
  • Body
  • application/json content type Modified
    • start_date, end_date properties Modified
      • Type went from string to string | null
Added 5
GET /manager/chat-topics
GET /manager/chat-topics/{id}
PATCH /manager/ambassadors/{id}/roles
PATCH /manager/chat-topics/{id}
POST /manager/chat-topics