Skip to content

Commit

Permalink
Make sure the fulltext search curl examples include the required header
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcwarren committed Jun 6, 2020
1 parent 43c9e2b commit 30b8080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-content-rest/src/main/asciidoc/rest-store.adoc
Expand Up @@ -299,7 +299,7 @@ These resources are exported to the URI `/dvds/searchContent`. Method parameter
====
[source, sh]
----
curl http://localhost:8080/dvds/searchContent?queryString=foo
curl -H 'Accept: application/hal+json' http://localhost:8080/searchContent?queryString=foo
----
====

Expand Down
2 changes: 1 addition & 1 deletion spring-content-solr/src/main/asciidoc/solr-rest.adoc
Expand Up @@ -9,7 +9,7 @@ available at the `/{store}/searchContent` URI.
====
[source, sh]
----
curl http://localhost:8080/searchContent?queryString=foo
curl -H 'Accept: application/hal+json' http://localhost:8080/searchContent?queryString=foo
----
====

Expand Down

0 comments on commit 30b8080

Please sign in to comment.