Skip to content

Commit e647f10

Browse files
committed
Add note about more examples
1 parent b7c44c5 commit e647f10

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/04-Examples/041-http-examples.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ title: Http spec. examples
77
- This page is subject to change. It is requested to check this page frequently.
88
:::
99

10+
:::note
1011
Case-wise more example can be found in `tests/resources/storage/sample_config` directory of [https://github.com/chkware/cli](https://github.com/chkware/cli/tree/main/tests/resources/storage/sample_config) repository
12+
:::
1113

12-
Following are the examples with HTTP _GET_ method. Although all these example are still valid for _POST_, _PUT_, _PATCH_, _DELETE_, _OPTIONS_, _HEAD_ method as well.
14+
Following examples are using HTTP _GET_ and _POST_ method. Although all these example are still valid for _POST_, _PUT_, _PATCH_, _DELETE_, _OPTIONS_, _HEAD_ method as well. You can still send a request body with _GET_ or _HEAD_ method for the sake of testing API.
1315

1416
### Minimal request with HTTP GET method
1517

0 commit comments

Comments
 (0)