Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 676ebcec authored by Mathias Goebel's avatar Mathias Goebel
Browse files

set default values for all parameters in full test

parent e79ac0fa
No related branches found
No related tags found
No related merge requests found
......@@ -34,13 +34,15 @@ declare
%test:arg("paramPath", "here")
%test:arg("int", "123")
%test:arg("format", "xquery")
%test:arg("getParam", "and-get")
%test:arg("body", "<incomming><node/></incomming>")
function openapi-test-full:post(
$paramPath as xs:string,
$int as xs:int,
$format as xs:string,
$getParam as xs:string+,
$body as item()?)
$body as item()*)
as element(test) {
<test>
<parameters n="6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment