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 f364a21 commit 141541cCopy full SHA for 141541c
dgraph/self-hosted.mdx
@@ -571,7 +571,8 @@ dgraph-dgraph-zero:5080
571
curl -X POST $DGRAPH_ENDPOINT/admin \
572
-H "Content-Type: application/json" \
573
-d '{"query": "mutation { addUser(input: {name: \"admin\", password:
574
-\"password\"}) { user { name } } }"}'
+ -H "Content-Type: application/json" \
575
+ -d '{"query": "mutation { addUser(input: {name: \"admin\", password: \"password\"}) { user { name } } }"}'
576
577
````
578
</Tab>
0 commit comments