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

4 days ago

main
1.0
Compare

API structure has changed

13 structure changes including:
13 Modifications
Modified 13 Breaking
GET /api/v1.0/labels
  • Query
  • type query parameter Modified
    • Type went from string to number
      Breaking
GET /api/v1.0/projects
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • disabled_widgets, hidden_taskboard_fields properties Modified
          • Type went from string to number
            Breaking
GET /api/v1.0/projects/{project_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • disabled_widgets, hidden_taskboard_fields properties Modified
        • Type went from string to number
          Breaking
GET /api/v1.0/tasks
  • Query
  • include_subtasks query parameter Modified
    • Type went from boolean to string
      Breaking
  • project_ids, assignee_ids query parameters Added
GET /api/v1.0/templates
  • Query
  • type query parameter Modified
    • Type went from string to number
      Breaking
POST /api/v1.0/docs
  • Body
  • application/json content type Modified
    • access_type property Modified
      • Type went from string to number
        Breaking
POST /api/v1.0/docs/personal
  • Body
  • application/json content type Modified
    • access_type property Modified
      • Type went from string to number
        Breaking
POST /api/v1.0/labels
  • Body
  • application/json content type Modified
    • type property Modified
      • Type went from string to number
        Breaking
POST /api/v1.0/projects
  • Response
  • 201 response Modified
    • application/json content type Modified
      • disabled_widgets, hidden_taskboard_fields properties Modified
        • Type went from string to number
          Breaking
POST /api/v1.0/projects/{project_id}/fields
  • Body
  • application/json content type Modified
    • type, tracking_type properties Modified
      • Type went from string to number
        Breaking
POST /api/v1.0/tasks/{task_id}/fields
  • Body
  • application/json content type Modified
    • type, tracking_type properties Modified
      • Type went from string to number
        Breaking
PUT /api/v1.0/docs/{document_id}
  • Body
  • application/json content type Modified
    • access_type property Modified
      • Type went from string to number
        Breaking
PUT /api/v1.0/docs/{document_id}/members
  • Body
  • application/json content type Modified
    • members property Modified
      • permission property Modified
        • Type went from string to number
          Breaking