Skip to content

Commit 4a24531

Browse files
committed
docu
1 parent 3affd0b commit 4a24531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/cadf.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The watcher is capable of classifying request actions based on the HTTP method a
5050
|---------------|-------------------|-------------------|
5151
| GET | | read |
5252
| GET | ../detail | read/list |
53+
| GET | <path keyword> | read/list |
5354
| HEAD | | read |
5455
| PUT | | update |
5556
| PATCH | | update |
@@ -60,7 +61,7 @@ The watcher is capable of classifying request actions based on the HTTP method a
6061
|---------------|-------------------|-------------------|
6162
```
6263

63-
Moreover, any request path ending with a configured `path_keyword` will be interpreted as a `read/list`.
64+
Note that any request path ending with a configured `path_keyword` will be interpreted as a `read/list`.
6465
Using this mapping the watcher is capable of classifying request actions correctly in most cases.
6566
However, some cases require a different mapping to alternative actions.
6667
The default classification can be overwritten using a custom_actions mapping

0 commit comments

Comments
 (0)