Skip to content

Commit 3ebded6

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#188)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent 63205b9 commit 3ebded6

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

spec.json

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5420,8 +5420,7 @@
54205420
"$ref" : "#/components/responses/InternalError"
54215421
}
54225422
},
5423-
"tags" : [ "syncs" ],
5424-
"x-internal" : true
5423+
"tags" : [ "syncs" ]
54255424
},
54265425
"post" : {
54275426
"description" : "Create new connector",
@@ -5463,8 +5462,7 @@
54635462
"$ref" : "#/components/responses/InternalError"
54645463
}
54655464
},
5466-
"tags" : [ "syncs" ],
5467-
"x-internal" : true
5465+
"tags" : [ "syncs" ]
54685466
}
54695467
},
54705468
"/teams/{team_name}/connectors/{connector_id}" : {
@@ -5497,8 +5495,7 @@
54975495
"$ref" : "#/components/responses/InternalError"
54985496
}
54995497
},
5500-
"tags" : [ "syncs" ],
5501-
"x-internal" : true
5498+
"tags" : [ "syncs" ]
55025499
},
55035500
"patch" : {
55045501
"description" : "Update a connector",
@@ -5541,8 +5538,7 @@
55415538
"$ref" : "#/components/responses/InternalError"
55425539
}
55435540
},
5544-
"tags" : [ "syncs" ],
5545-
"x-internal" : true
5541+
"tags" : [ "syncs" ]
55465542
}
55475543
},
55485544
"/teams/{team_name}/connectors/{connector_id}/authenticate" : {
@@ -5571,8 +5567,7 @@
55715567
"$ref" : "#/components/responses/InternalError"
55725568
}
55735569
},
5574-
"tags" : [ "syncs" ],
5575-
"x-internal" : true
5570+
"tags" : [ "syncs" ]
55765571
}
55775572
},
55785573
"/teams/{team_name}/connectors/{connector_id}/authenticate/aws" : {
@@ -5617,8 +5612,7 @@
56175612
"$ref" : "#/components/responses/InternalError"
56185613
}
56195614
},
5620-
"tags" : [ "syncs" ],
5621-
"x-internal" : true
5615+
"tags" : [ "syncs" ]
56225616
},
56235617
"post" : {
56245618
"description" : "Authenticate or reauthenticate the given AWS connector",
@@ -5665,8 +5659,7 @@
56655659
"$ref" : "#/components/responses/InternalError"
56665660
}
56675661
},
5668-
"tags" : [ "syncs" ],
5669-
"x-internal" : true
5662+
"tags" : [ "syncs" ]
56705663
}
56715664
},
56725665
"/teams/{team_name}/connectors/{connector_id}/authenticate/oauth" : {
@@ -5711,8 +5704,7 @@
57115704
"$ref" : "#/components/responses/InternalError"
57125705
}
57135706
},
5714-
"tags" : [ "syncs" ],
5715-
"x-internal" : true
5707+
"tags" : [ "syncs" ]
57165708
},
57175709
"post" : {
57185710
"description" : "Authenticate or reauthenticate the given OAuth connector",
@@ -5759,8 +5751,7 @@
57595751
"$ref" : "#/components/responses/InternalError"
57605752
}
57615753
},
5762-
"tags" : [ "syncs" ],
5763-
"x-internal" : true
5754+
"tags" : [ "syncs" ]
57645755
}
57655756
}
57665757
},

0 commit comments

Comments
 (0)