Change Updates

Do not miss any Thomsell API changes, ever again

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

RSS

Mar 24, 2025

main
0.1
Compare

API structure has changed

11 structure changes including:
11 Modifications
Modified 11 Breaking
GET /widget/ambassadors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • location property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /{environment}/me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ids_guest_accounts property Added
GET /{environment}/posts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • comments property Modified
        • author property Modified
PATCH /manager/posts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • comments property Modified
        • author property Modified
PATCH /platform/comments/{comment}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • author property Modified
        • location property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PATCH /{environment}/me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ids_guest_accounts property Added
POST /auth/login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • ids_guest_accounts property Added
POST /auth/register
  • Response
  • 201 response Modified
    • application/json content type Modified
      • ids_guest_accounts property Added
POST /manager/posts
  • Response
  • 201 response Modified
    • application/json content type Modified
      • comments property Modified
        • author property Modified
POST /platform/posts/{post}/comments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • author property Modified
        • location property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /widget/orders
  • Body
  • application/json content type Modified
    • order_type property Added
  • Response
  • 409 response Added