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 b6d7339 commit 6379eb2Copy full SHA for 6379eb2
README.md
@@ -341,7 +341,7 @@ vestauth agent init
341
Your agent `set`s secrets with a simple `curl` endpoint:
342
343
```bash
344
-vestauth agent curl -X POST https://as2.dotenvx.com/set '{"KEY":"value"}'
+vestauth agent curl -X POST https://as2.dotenvx.com/set -d '{"KEY":"value"}'
345
```
346
347
And your agent `get`s secrets with a simple `curl` endpoint:
0 commit comments