API structure has changed
3 structure changes including:
3 Breaking changes
3 Modifications
Modified
3
Breaking
DELETE /projects/{projectId}/cards/{cardId}
- Path went from
/projects/{projectId}/cards/{cardId}/archiveto/projects/{projectId}/cards/{cardId}(same operationId)Breaking - Verb went from
PATCHtoDELETE(same operationId)Breaking
DELETE /projects/{projectId}/columns/{columnId}
- Path went from
/projects/{projectId}/columns/{columnId}/archiveto/projects/{projectId}/columns/{columnId}(same operationId)Breaking
DELETE /projects/{projectId}/rows/{rowId}
- Path went from
/projects/{projectId}/rows/{rowId}/archiveto/projects/{projectId}/rows/{rowId}(same operationId)Breaking