Update API Reference
@@ -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}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user