Skip to content

Commit

Permalink
Merge 5b34b16 into 7c3b215
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 3, 2019
2 parents 7c3b215 + 5b34b16 commit aaa19fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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. Needs also
- filter: optional, a NGSIv2 filter. If provided then updateAction is done over result of query. This remplaces `id`, which will not be used. Needs also
`version: 2` option (if `version` is `1` the filter is ignored).

NGSIv1 example:
Expand Down Expand Up @@ -492,7 +492,6 @@ Note that using NGSIv2 the BloodPressure attribute is a Number and therefore it
"q": "status:on"
},
"parameters": {
"id": "${id}_example",
"version": 2,
"attributes": [
{
Expand Down

0 comments on commit aaa19fb

Please sign in to comment.