Change Updates

Do not miss any Nifty Developer API changes, ever again

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

RSS

Aug 26, 2025

main
1.0
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /api/v1.0/taskgroups
  • Query
  • archived, limit, offset query parameters Modified
    • Query parameters are no longer required
POST /api/v1.0/tasks
  • Body
  • application/json content type Modified
    • template_id property Added
POST /api/v1.0/tasks/{task_id}/complete
  • Body
  • application/json content type Modified
    • completed property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking