Skip to content

Commit

Permalink
#760 removed policy_id header from example
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schneider <johannes.schneider@bosch.io>
  • Loading branch information
jokraehe committed Aug 28, 2020
1 parent c2e9ae8 commit 89c473c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ The created thing contains the values defined in the template, configured in the
{
"thing": {
"thingId": "{{ header:device_id }}",
"policyId": "{{ entity:policy_id }}",
"attributes": {
"CreatedBy": "ImplicitThingCreation"
}
Expand All @@ -206,7 +205,6 @@ The following example connection defines a `ConnectionStatus` mapping with the I

```json
{
...
"name": "exampleConnection",
"sources": [{
"addresses": ["<source>"],
Expand Down Expand Up @@ -239,7 +237,6 @@ The following example connection defines `conditions` for the ConnectionStatus m

```json
{
...
"name": "exampleConnection",
"sources": [{
"addresses": ["<source>"],
Expand Down

0 comments on commit 89c473c

Please sign in to comment.