Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#188)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
  • Loading branch information
cq-bot committed Jul 3, 2024
1 parent 63205b9 commit 3ebded6
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5420,8 +5420,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
},
"post" : {
"description" : "Create new connector",
Expand Down Expand Up @@ -5463,8 +5462,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
}
},
"/teams/{team_name}/connectors/{connector_id}" : {
Expand Down Expand Up @@ -5497,8 +5495,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
},
"patch" : {
"description" : "Update a connector",
Expand Down Expand Up @@ -5541,8 +5538,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
}
},
"/teams/{team_name}/connectors/{connector_id}/authenticate" : {
Expand Down Expand Up @@ -5571,8 +5567,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
}
},
"/teams/{team_name}/connectors/{connector_id}/authenticate/aws" : {
Expand Down Expand Up @@ -5617,8 +5612,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
},
"post" : {
"description" : "Authenticate or reauthenticate the given AWS connector",
Expand Down Expand Up @@ -5665,8 +5659,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
}
},
"/teams/{team_name}/connectors/{connector_id}/authenticate/oauth" : {
Expand Down Expand Up @@ -5711,8 +5704,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
},
"post" : {
"description" : "Authenticate or reauthenticate the given OAuth connector",
Expand Down Expand Up @@ -5759,8 +5751,7 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "syncs" ],
"x-internal" : true
"tags" : [ "syncs" ]
}
}
},
Expand Down

0 comments on commit 3ebded6

Please sign in to comment.