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

17 days ago

main
1.0
Compare

API structure has changed

Next Change
8 structure changes including:
1 Breaking change
7 Modifications
1 Removal
Modified 7 Breaking
GET /api/v1.0/taskgroups
  • Query
  • archived, limit, offset query parameters Modified
    • Query parameters are now required
      Breaking
GET /api/v1.0/time
  • Query
  • include_subtasks query parameter Added
GET /api/v1.0/time/duration
  • Query
  • user_ids query parameter Added
GET /api/v1.0/webhooks/{app_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • totalCount property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /api/v1.0/projects
  • Body
  • application/json content type Modified
    • disabled_widget property Added
POST /api/v1.0/tasks/{task_id}/complete
  • Body
  • application/json content type Modified
    • completed property Added
POST /api/v1.0/tasks/{task_id}/moveOrder
  • Body
  • application/json content type Modified
    • to, task_order, next_task, prev_task properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
Removed 1 Breaking
POST /api/v1.0/teams/invite
  • Removing a resource is always breaking unless it was deprecated before
    Breaking