📄️ PUT /cards
Read the PUT /cards REST route API for DHTMLX Kanban. Learn how to update data on a card.
📄️ PUT /cards/{id}/move
Read the PUT /cards/{id}/move REST route API for DHTMLX Kanban. Learn how to move cards to a specified position.
📄️ PUT /cards/{id}/comments/{id}
Read the PUT /cards/{cardId}/comments/{commentId} REST route API for DHTMLX Kanban. Learn how to update a card comment and return its ID.
📄️ PUT /rows
Read the PUT /rows REST route API for DHTMLX Kanban. Learn how to update data on a row (swimlane).
📄️ PUT /rows/{id}/move
Read the PUT /rows/{id}/move REST route API for DHTMLX Kanban. Learn how to move a row to a specified position.
📄️ PUT /columns
Read the PUT /columns REST route API for DHTMLX Kanban. Learn how to update data on a column.
📄️ PUT /columns/{id}/move
Read the PUT /columns/{id}/move REST route API for DHTMLX Kanban. Learn how to move a column to a specified position.