Skip to content

Commit 413c6d8

Browse files
author
Dave Cuthbert
authored
DOCSP-23770 missing backslash (#61)
1 parent 31f09fa commit 413c6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/api/requests/start-reversible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
curl localhost:27182/api/v1/start -XPOST
1+
curl localhost:27182/api/v1/start -XPOST \
22
--data '
33
{
44
"source": "cluster0",

0 commit comments

Comments
 (0)