Skip to content

Commit

Permalink
add policy creation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aissam-en authored Jul 4, 2024
1 parent 8b2f37a commit 80ff11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-to-websocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ All we need for this example is a running Eclipse Ditto instance.
Please follow the guidelines at the [Eclipse Ditto](https://eclipse.dev/ditto/installation-running.html)
project to get started.

Additionally, you should create a policy `org.eclipse.ditto:smartcoffee`, example of creating a policy:
Additionally, you should create the policy `org.eclipse.ditto:smartcoffee` (if it does not exist), example of creating a policy:
```sh
curl --request PUT \
--url http://localhost:8080/api/2/policies/org.eclipse.ditto:smartcoffee \
Expand Down

0 comments on commit 80ff11c

Please sign in to comment.