diff --git a/API-Reference.md b/API-Reference.md index 1b4a493..c01162c 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -59,17 +59,18 @@ List all departments. Getting department by identifier. -**Response:** +**Request body:** ```json [ { "code": "ENG"}, ] - +``` +```json [ { "name": "Marketing"}, ] - - +``` +```json [ { "cost_center": "CC-1100"}, ]