File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ type :
2
+ name : type
3
+ in : query
4
+ description : Which type the returned destination should have. Can be a list of string separated with commas.
5
+ required : false
6
+ style : form
7
+ explode : false
8
+ schema :
9
+ type : array
10
+ items :
11
+ $ref : ' ./schemas/destination.yml#/DestinationType'
12
+ example : search,predict
13
+
14
+ authenticationID :
15
+ name : authenticationID
16
+ in : query
17
+ description : Which authenticationID the returned destination should have. Can be a list of string separated with commas.
18
+ required : false
19
+ style : form
20
+ explode : false
21
+ schema :
22
+ type : array
23
+ items :
24
+ type : string
Original file line number Diff line number Diff line change 7
7
parameters :
8
8
- $ref : ' ../../common/parameters.yml#/itemsPerPage'
9
9
- $ref : ' ../../common/parameters.yml#/page'
10
+ - $ref : ' ../../common/destinationParameters.yml#/type'
11
+ - $ref : ' ../../common/destinationParameters.yml#/authenticationID'
10
12
responses :
11
13
' 200 ' :
12
14
description : OK
You can’t perform that action at this time.
0 commit comments