Skip to content

Commit 12a6a78

Browse files
author
Vladimir Kotal
committed
replace Messages with RESTful API call
1 parent 2d977e5 commit 12a6a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ It basically works like this:
266266
2. add a new project **foo**:
267267

268268
```
269-
Messages -t foo -n project add
269+
curl -d "foo" -H "Content-Type: text/plain" -X POST "${webapp_uri}/api/v1/projects"
270270
```
271271
272272
* the project **foo** is now visible in the configuration however is not yet

0 commit comments

Comments
 (0)