File tree Expand file tree Collapse file tree 2 files changed +30
-6
lines changed Expand file tree Collapse file tree 2 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ definitions:
526
526
template_id :
527
527
type : integer
528
528
minimum : 1
529
- params :
529
+ task_params :
530
530
$ref : ' #/definitions/TaskPrams'
531
531
532
532
IntegrationRequest :
@@ -959,7 +959,7 @@ definitions:
959
959
type : string
960
960
active :
961
961
type : boolean
962
- params :
962
+ task_params :
963
963
$ref : ' #/definitions/TaskPrams'
964
964
965
965
Schedule :
@@ -977,7 +977,7 @@ definitions:
977
977
type : string
978
978
active :
979
979
type : boolean
980
- params :
980
+ task_params :
981
981
$ref : ' #/definitions/TaskPrams'
982
982
983
983
ViewRequest :
@@ -1683,10 +1683,22 @@ paths:
1683
1683
description : Integration Created
1684
1684
schema :
1685
1685
$ref : " #/definitions/Integration"
1686
+
1686
1687
/project/{project_id}/integrations/{integration_id} :
1687
1688
parameters :
1688
1689
- $ref : " #/parameters/project_id"
1689
1690
- $ref : " #/parameters/integration_id"
1691
+ get :
1692
+ tags :
1693
+ - integration
1694
+ summary : Get Integration by ID
1695
+ responses :
1696
+ 200 :
1697
+ description : Integration Value
1698
+ schema :
1699
+ type : array
1700
+ items :
1701
+ $ref : " #/definitions/Integration"
1690
1702
put :
1691
1703
tags :
1692
1704
- integration
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ definitions:
526
526
template_id :
527
527
type : integer
528
528
minimum : 1
529
- params :
529
+ task_params :
530
530
$ref : ' #/definitions/TaskPrams'
531
531
532
532
IntegrationRequest :
@@ -959,7 +959,7 @@ definitions:
959
959
type : string
960
960
active :
961
961
type : boolean
962
- params :
962
+ task_params :
963
963
$ref : ' #/definitions/TaskPrams'
964
964
965
965
Schedule :
@@ -977,7 +977,7 @@ definitions:
977
977
type : string
978
978
active :
979
979
type : boolean
980
- params :
980
+ task_params :
981
981
$ref : ' #/definitions/TaskPrams'
982
982
983
983
ViewRequest :
@@ -1683,10 +1683,22 @@ paths:
1683
1683
description : Integration Created
1684
1684
schema :
1685
1685
$ref : " #/definitions/Integration"
1686
+
1686
1687
/project/{project_id}/integrations/{integration_id} :
1687
1688
parameters :
1688
1689
- $ref : " #/parameters/project_id"
1689
1690
- $ref : " #/parameters/integration_id"
1691
+ get :
1692
+ tags :
1693
+ - integration
1694
+ summary : Get Integration by ID
1695
+ responses :
1696
+ 200 :
1697
+ description : Integration Value
1698
+ schema :
1699
+ type : array
1700
+ items :
1701
+ $ref : " #/definitions/Integration"
1690
1702
put :
1691
1703
tags :
1692
1704
- integration
You can’t perform that action at this time.
0 commit comments