File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ The watcher is capable of classifying request actions based on the HTTP method a
50
50
|---------------|-------------------|-------------------|
51
51
| GET | | read |
52
52
| GET | ../detail | read/list |
53
+ | GET | <path keyword> | read/list |
53
54
| HEAD | | read |
54
55
| PUT | | update |
55
56
| PATCH | | update |
@@ -60,7 +61,7 @@ The watcher is capable of classifying request actions based on the HTTP method a
60
61
|---------------|-------------------|-------------------|
61
62
```
62
63
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 ` .
64
65
Using this mapping the watcher is capable of classifying request actions correctly in most cases.
65
66
However, some cases require a different mapping to alternative actions.
66
67
The default classification can be overwritten using a custom_actions mapping
You can’t perform that action at this time.
0 commit comments