Update API Reference

2026-03-21 15:04:00 +00:00
parent d123c47802
commit 6205eaa148

@@ -50,8 +50,8 @@ List all departments.
**Response:** **Response:**
```json ```json
[ [
{"id": 1, "code": "ENG", "name": "Engineering", "cost_center": "idk", "active": true}, {"id": 1, "code": "ENG", "name": "Engineering", "cost_center": "CC-1100", "active": true},
{"id": 2, "code": "MKT", "name": "Marketing", "cost_center": "idk", "active": true} {"id": 2, "code": "MKT", "name": "Marketing", "cost_center": "CC-1100", "active": true}
] ]
``` ```