Skip to content

Commit 93eeb52

Browse files
committed
doc: add HTTP Accept header to build post request
1 parent b0d65df commit 93eeb52

File tree

1 file changed

+1
-1
lines changed
  • documentation/modules/ROOT/pages/05-build

1 file changed

+1
-1
lines changed

documentation/modules/ROOT/pages/05-build/build.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ include::ROOT:partial$invoke-service.adoc[tag=env]
333333
[#build-run-service-call]
334334
[source,bash,subs="+macros,+attributes",linenums]
335335
----
336-
http POST $IP_ADDRESS \
336+
http POST $IP_ADDRESS 'Accept:*/*' \
337337
'Host:event-greeter.{tutorial-namespace}.example.com' \
338338
message="test message"
339339
----

0 commit comments

Comments
 (0)