Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions modules/ROOT/pages/actions/result-format.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This format can be returned when adding `application/vnd.neo4j.jolt` to the requ
=== Line delimited and Sequenced

Jolt may be returned in either line feed delimited or JSON sequencefootnote:[JSON Sequences are encoded as outlined in link:https://tools.ietf.org/html/rfc7464#section-2.2[RFC 7464].] mode.
The formats are made available via the `application/vnd.neo4j.jolt` and `application/vnd.neo4j.jolt+json+seq` types which may be passed to the request's `Accept` header respectively.
The formats are made available via the `application/vnd.neo4j.jolt` and `application/vnd.neo4j.jolt+json-seq` types which may be passed to the request's `Accept` header respectively.


=== Strict and sparse
Expand Down Expand Up @@ -371,4 +371,3 @@ will yield the following result response:
----

Results sets will be returned in the same order as passed in the original request.