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

Jun 2, 2024

main
0.0.1
Compare

API structure has changed

17 structure changes including:
5 Breaking changes
17 Modifications
Modified 17 Breaking
DELETE /projects/{projectId}/cards/{cardId}
  • Response
  • 200 response Modified
    • content type Modified
      • plugins, projects properties Modified
DELETE /projects/{projectId}/columns/{columnId}
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
DELETE /projects/{projectId}/rows/{rowId}
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
GET /projects/{projectId}
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
GET /users/me
  • Response
  • 200 response Modified
    • content type Modified
      • currentOrganization, currentProject, organizations properties Modified
PATCH /projects/{projectId}/cards/move
  • Path went from /card/{cardId} to /projects/{projectId}/cards/move (same operationId)
    Breaking
  • Body
  • content type Modified
    • ids property Added
  • Response
  • 200 response Modified
    • content type Modified
      • plugins, projects properties Modified
PATCH /projects/{projectId}/cards/move-by-metadata
  • Path went from /cards/move-by-metadata to /projects/{projectId}/cards/move-by-metadata (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • content type Modified
      • plugins, projects properties Modified
PATCH /projects/{projectId}/columns/{columnId}/rename
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
PATCH /projects/{projectId}/order-rows
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
PATCH /projects/{projectId}/rename
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
PATCH /projects/{projectId}/rows/{rowId}/order-columns
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
PATCH /projects/{projectId}/rows/{rowId}/rename
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
POST /organizations/{organizationId}/projects
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
POST /projects/{projectId}/columns/{columnId}/cards
  • Path went from /projects/{projectId}/columns/{columnId}/card to /projects/{projectId}/columns/{columnId}/cards (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • content type Modified
      • plugins, projects properties Modified
POST /projects/{projectId}/columns/{columnId}/cards/{cardId}/alias
  • Response
  • 200 response Modified
    • content type Modified
      • plugins, projects properties Modified
POST /projects/{projectId}/rows
  • Path went from /projects/{projectId}/row to /projects/{projectId}/rows (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified
POST /projects/{projectId}/rows/{rowId}/columns
  • Path went from /projects/{projectId}/rows/{rowId}/column to /projects/{projectId}/rows/{rowId}/columns (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • content type Modified
      • cards, plugins properties Modified