File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed
tests/CTS/requests/search Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ post :
2+ tags :
3+ - Vaults
4+ operationId : demo
5+ x-acl :
6+ - admin
7+ description : The demo description.
8+ summary : Demo foo bar
9+ requestBody :
10+ required : true
11+ description : wow it does so much!.
12+ content :
13+ application/json :
14+ schema :
15+ title : demoPayload
16+ type : object
17+ properties :
18+ foo :
19+ type : string
20+ responses :
21+ ' 200 ' :
22+ $ref : ' ../../common/responses/CreatedAt.yml'
23+ ' 400 ' :
24+ $ref : ' ../../common/responses/BadRequest.yml'
25+ ' 402 ' :
26+ $ref : ' ../../common/responses/FeatureNotEnabled.yml'
27+ ' 403 ' :
28+ $ref : ' ../../common/responses/MethodNotAllowed.yml'
29+ ' 404 ' :
30+ $ref : ' ../../common/responses/IndexNotFound.yml'
Original file line number Diff line number Diff line change @@ -224,6 +224,9 @@ paths:
224224 /{path} :
225225 $ref : ' ../common/paths/customRequest.yml'
226226
227+ /1/demo :
228+ $ref : ' paths/demo.yml'
229+
227230 # ########################
228231 # ### Search Endpoints ###
229232 # ########################
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "testName" : " provides bar to foo" ,
4+ "parameters" : {
5+ "foo" : " bar"
6+ },
7+ "request" : {
8+ "path" : " /1/demo" ,
9+ "method" : " POST" ,
10+ "body" : {
11+ "foo" : " bar"
12+ }
13+ }
14+ }
15+ ]
You can’t perform that action at this time.
0 commit comments