Skip to content

Commit

Permalink
Update plain_rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Oct 3, 2019
1 parent f72b7a9 commit 1d1c187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/plain_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ the Perseo configuration). The `parameters` map includes the following fields:
- actionType: optional, type of CB action: APPEND or UPDATE. By default is APPEND.
- trust: optional, trust token for getting an access token from Auth Server which can be used to get to a Context
Broker behind a PEP.
- filter: optional, a NGSIv2 filter. If provided then updateAction is done over result of query. This overrides the `id` field (in other words, if you use `filter` then `id` field is ignored, in fact you should use `id` and `filter` in the same rule). Needs `version: 2` option (if `version` is `1` the filter is ignored).
- filter: optional, a NGSIv2 filter. If provided then updateAction is done over result of query. This overrides the `id` field (in other words, if you use `filter` then `id` field is ignored, in fact you should not use `id` and `filter` in the same rule). Needs `version: 2` option (if `version` is `1` the filter is ignored).

NGSIv1 example:

Expand Down

0 comments on commit 1d1c187

Please sign in to comment.