File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- type :
2
- name : type
1
+ authenticationType :
2
+ name : authenticationType
3
3
in : query
4
4
description : Which type the returned authentication should have. Can be a list of string separated with commas.
5
5
required : false
Original file line number Diff line number Diff line change 1
- type :
2
- name : type
1
+ destinationType :
2
+ name : destinationType
3
3
in : query
4
4
description : Which type the returned destination should have. Can be a list of string separated with commas.
5
5
required : false
Original file line number Diff line number Diff line change 1
- type :
2
- name : type
1
+ sourceType :
2
+ name : sourceType
3
3
in : query
4
4
description : Which type the returned source should have. Can be a list of string separated with commas.
5
5
required : false
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/authenticationParameters.yml#/type '
11
- - $ref : ' ../../common/authenticationParameters.yml#/platform '
10
+ - $ref : ' ../../common/authenticationParameters.yml#/authenticationType '
11
+ - $ref : ' ../../common/authenticationParameters.yml#/platformWithNone '
12
12
responses :
13
13
' 200 ' :
14
14
description : OK
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 '
10
+ - $ref : ' ../../common/destinationParameters.yml#/destinationType '
11
11
- $ref : ' ../../common/destinationParameters.yml#/authenticationID'
12
12
responses :
13
13
' 200 ' :
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/sourceParameters.yml#/type '
10
+ - $ref : ' ../../common/sourceParameters.yml#/sourceType '
11
11
- $ref : ' ../../common/sourceParameters.yml#/authenticationID'
12
12
responses :
13
13
' 200 ' :
You can’t perform that action at this time.
0 commit comments