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 20, 2024

main
0.0.1
Compare

API structure has changed

11 structure changes including:
11 Modifications
Modified 11 Breaking
DELETE /projects/{projectId}/columns/{columnId}
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
DELETE /projects/{projectId}/rows/{rowId}
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
GET /projects/{projectId}
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
PATCH /projects/{projectId}/columns/{columnId}/rename
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
PATCH /projects/{projectId}/order-rows
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
PATCH /projects/{projectId}/rename
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
PATCH /projects/{projectId}/rows/{rowId}/order-columns
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
PATCH /projects/{projectId}/rows/{rowId}/rename
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
POST /organizations/{organizationId}/projects
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
POST /projects/{projectId}/row
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added
POST /projects/{projectId}/rows/{rowId}/column
  • Response
  • 200 response Modified
    • content type Modified
      • Project property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • cards, createdAt, id, name, plugins, rows, updatedAt properties Added