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:
5 Breaking changes
1 Addition
6 Modifications
Modified 6 Breaking
GET /users/me
  • Verb went from POST to GET (same operationId)
    Breaking
PATCH /card/{cardId}
  • Verb went from POST to PATCH (same operationId)
    Breaking
PATCH /cards/move-by-metadata
  • Verb went from POST to PATCH (same operationId)
    Breaking
PATCH /projects
  • Verb went from GET to PATCH (same operationId)
    Breaking
PATCH /projects/{projectId}/order-rows
  • Verb went from POST to PATCH (same operationId)
    Breaking
POST /projects/{projectId}/columns/{columnId}/card
  • Path
  • cardId path parameter Added
Added 1
PATCH /projects/{projectId}/cards/{cardId}/archive