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 1b06bee commit a1f7986Copy full SHA for a1f7986
modules/ROOT/pages/_partials/howto/how-to-use-xattrs-for-access-grants.adoc
@@ -58,7 +58,7 @@ CURL::
58
--
59
[source, json]
60
----
61
-curl -X PUT 'http://localhost:4985/hotels/_config' \
+curl -X POST 'http://localhost:4985/hotels/_config' \
62
--header 'Accept: application/json' \
63
--header 'Content-Type: application/json' \
64
--data-raw '{
@@ -76,7 +76,7 @@ HTTP::
76
77
[source, http]
78
79
-PUT /hotels/_config HTTP/1.1
+POST /hotels/_config HTTP/1.1
80
Host: http://localhost:4985
81
Accept: application/json
82
Content-Type: application/json
0 commit comments