Change Updates

Do not miss any Tadatodo API changes, ever again

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

RSS

May 18, 2024

main
0.0.1
Compare

API structure has changed

7 structure changes including:
7 Breaking changes
7 Modifications
Modified 7 Breaking
DELETE /projects/{projectId}
  • Path went from /api/projects/{projectId} to /projects/{projectId} (same operationId)
    Breaking
GET /projects
  • Path went from /api/projects to /projects (same operationId)
    Breaking
GET /projects/{projectId}
  • Path went from /api/projects/{projectId} to /projects/{projectId} (same operationId)
    Breaking
POST /card/{cardId}
  • Path went from /api/card/{cardId} to /card/{cardId} (same operationId)
    Breaking
POST /organizations/{organizationId}/projects
  • Path went from /api/organizations/{organizationId}/projects to /organizations/{organizationId}/projects (same operationId)
    Breaking
POST /projects/{projectId}/columns/{columnId}/card
  • Path went from /api/projects/{projectId}/columns/{columnId}/card to /projects/{projectId}/columns/{columnId}/card (same operationId)
    Breaking
POST /users/me
  • Path went from /api/users/me to /users/me (same operationId)
    Breaking