Skip to content

Commit 1233012

Browse files
committed
added example json for search input/output
1 parent 1f6b8c4 commit 1233012

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"search": {
3+
"return_type": "file",
4+
"filters": [{"terms": {"file.type":["nifti"]}}]
5+
},
6+
"label" : "Test Search"
7+
}

raml/examples/output/search.json renamed to raml/examples/output/search-output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
},
88
"permissions": [{"access": "admin", "_id": "[email protected]"}],
99
"creator": "[email protected]"
10-
}
10+
}

0 commit comments

Comments
 (0)