We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d977e5 commit 12a6a78Copy full SHA for 12a6a78
README.md
@@ -266,7 +266,7 @@ It basically works like this:
266
2. add a new project **foo**:
267
268
```
269
- Messages -t foo -n project add
+ curl -d "foo" -H "Content-Type: text/plain" -X POST "${webapp_uri}/api/v1/projects"
270
271
272
* the project **foo** is now visible in the configuration however is not yet
0 commit comments