From 1a3ead7affbca2ad535787eb88db3e75f92857da Mon Sep 17 00:00:00 2001 From: samantha Date: Sat, 21 Mar 2026 15:29:33 +0000 Subject: [PATCH] Update API Reference --- API-Reference.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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"}, ]