Skip to content

Commit

Permalink
[#2] Update email Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrystiawan committed Dec 7, 2020
1 parent dfbb8c6 commit eefc8bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/employees.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Key | Value
--- | ---
Content-Type | *
Accept | application/json
Email | application/json
Email | [email protected]

### Request Payloads
Name | Type | Example Value
Expand All @@ -33,7 +33,7 @@ stall_code | string | Heavy Repair
{
"employee_kode": "20200301",
"employee_nama": "ferry",
"stall_code": "Heavy Repair",
"stall_code": "Heavy Repair"
}
```
Expand Down Expand Up @@ -257,7 +257,7 @@ Key | Value
--- | ---
Content-Type | *
Accept | application/json
Email | application/json
Email | [email protected]

### Response Payloads
HTTP Code | Status | Description
Expand Down Expand Up @@ -319,7 +319,7 @@ Key | Value
--- | ---
Content-Type | *
Accept | application/json
Email | application/json
Email | [email protected]

### Request Payloads
Name | Type | Example Value
Expand Down Expand Up @@ -590,7 +590,7 @@ Key | Value
--- | ---
Content-Type | *
Accept | application/json
Email | application/json
Email | [email protected]

### Response Payloads
HTTP Code | Status | Description
Expand Down

0 comments on commit eefc8bc

Please sign in to comment.