Change Updates

Do not miss any Lasso Moderation API changes, ever again

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

RSS

Mar 4, 2024

main
1.0
Compare

API structure has changed

10 structure changes including:
2 Breaking changes
2 Additions
6 Modifications
2 Removals
Modified 6 Breaking
GET /lists/{listId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • list property Modified
        • Full types went from array[object] to object

          Breaking

POST /content
  • Body
  • application/json content type Modified
    • user property Modified
      • project_id property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • category_id property Added
    • project, topic properties Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • category, subcategory properties Added
POST /import/content
  • Body
  • application/json content type Modified
    • contents property Modified
POST /import/users
  • Body
  • application/json content type Modified
    • users property Modified
POST /user
  • Body
  • application/json content type Modified
    • user property Modified
      • project_id property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • category_id property Added
PUT /status
  • Body
  • application/json content type Modified
    • topic_ids property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • subcategory_ids property Added
Removed 2 Breaking
PUT /project
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /topic
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
PUT /category
PUT /subcategory