Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ enum RESTServerParameter {
* The value of this parameter used in the body of POST requests
* has the following format:
*
* <exist:query start? = number
* <exist:query xmlns:exist="http://exist.sourceforge.net/NS/exist"
* start? = number
* max? = number
* cache? = ("yes" | "no")
* session? = string
Expand Down Expand Up @@ -117,7 +118,7 @@ enum RESTServerParameter {
* exist:namespace?)
* </exist:qname>
*
* <sx:sequence>
* <sx:sequence xmlns:sx="http://exist-db.org/xquery/types/serialized">
* (sx:value+)
* </sx:sequence>
*
Expand Down