Skip to content

Commit 7fecc14

Browse files
Apply suggestions from code review
Co-authored-by: rao-shwe <shwetha.rao@couchbase.com>
1 parent b14679c commit 7fecc14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/rest-api/pages/rest-set-up-services.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Note that during the process of provisioning a single-node cluster, `username` a
5252
The following example establishes data paths for the Data, Index, and Eventing Services.
5353

5454
---
55-
curl -X POST -H "Content-Type: application/json" http://10.144.220.101:8091/node/controller/setupServices
56-
-d '{"services":"kv,n1ql,index,eventing"}'
55+
curl -X POST -H "Content-Type: application/json" http://10.144.220.101:8091/node/controller/setupServices \
56+
-d '{"services":"kv,n1ql,index,eventing"}' \
5757
-u Administrator:password
5858
---
5959

0 commit comments

Comments
 (0)