Skip to content

Commit

Permalink
[#3] Delete negative case at edit
Browse files Browse the repository at this point in the history
  • Loading branch information
msyuniarto committed Dec 11, 2020
1 parent dc6592d commit 8514970
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions doc/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,39 +332,6 @@ HTTP Code | Status | Description

#### Case : Negative Case 1

Request Payload : empty

Response HTTP Status Code : 400

Response Payload :
```
{
"status_code": "cdc-400",
"status_message": "region_code is required",
"data": null
}
```

#### Case : Negative Case 2

Request Payload :
```
{}
```

Response HTTP Status Code : 400

Response Payload :
```
{
"status_code": "cdc-400",
"status_message": "region_code is required",
"data": null
}
```

#### Case : Negative Case 3

Request Payload
```
{
Expand All @@ -383,7 +350,7 @@ Response Payload
}
```

#### Case : Negative Case 4
#### Case : Negative Case 2

Request Payload
```
Expand All @@ -403,7 +370,7 @@ Response Payload
}
```

#### Case : Negative Case 5
#### Case : Negative Case 3

Request Payload
```
Expand Down

0 comments on commit 8514970

Please sign in to comment.