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

3 days ago

main
1.0
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /api/v1.0/projects
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
          • Properties are no longer required
        • repo property Modified
          • Type went from string to string | null
        • rollups, integrations properties Modified
          • Type went from array[string] to array[object]
            Breaking
        • milestones_rollup property Added
GET /api/v1.0/projects/{project_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
        • Properties are no longer required
      • repo property Modified
        • Type went from string to string | null
      • rollups property Modified
        • Type went from array[string] to array[object]
          Breaking
        • object property Added
      • integrations property Modified
        • Type went from array[string] to array[object]
          Breaking
        • object property Added
      • milestones_rollup property Added
POST /api/v1.0/projects
  • Body
  • multipart/form-data content type Modified
    • subteam_id property Modified
      • Property is now required
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • logo, zoom_id, zoom_password, zoom_join_url, webex_id, webex_password, webex_join_url, pinned_message, pinned_by properties Modified
        • Properties are no longer required
      • repo property Modified
        • Type went from string to string | null
      • rollups property Modified
        • Type went from array[string] to array[object]
          Breaking
        • object property Added
      • integrations property Modified
        • Type went from array[string] to array[object]
          Breaking
        • object property Added
      • milestones_rollup property Added