Conversation
🛡️ Breaking API Changes Detected
Breaking Changes
📋 Migration guideMigration Guide: TaskForge API (1.0.0 -> 2.0.0)This release contains 3 breaking change(s). Step 1: Method RemovedChange: Method removed: DELETE /api/tasks/{task_id} Action: Update clients using this HTTP method. Check if an alternative method is available on the same path. Step 2: Required Field AddedChange: New required field 'priority' added at #/components/schemas/TaskCreate Action: If this is a request body field, include it in all requests. If this is a response field, update parsers to handle the new field. Step 3: Required Field AddedChange: New required field 'priority' added at #/components/schemas/Task Action: If this is a request body field, include it in all requests. If this is a response field, update parsers to handle the new field. After completing all steps, run your integration tests to verify.
|
Updates the task API model. Let's see what Delimit catches.
Changes:
DELETE /api/tasks/{task_id}endpointassigneetoassigned_toin Task modelpriorityfield to TaskCreateuptimefrom integer to string