Skip to content

Commit 0fc0f99

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#348)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent d848015 commit 0fc0f99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name" : "CloudQuery Support Team",
77
"url" : "https://cloudquery.io"
88
},
9-
"description" : "Welcome to the CloudQuery API documentation! This API can be used to interact with the CloudQuery platform. The API allows you to manage your teams, usage, spend limits, plugins, addons, cloud syncs, and much more.\n\nThe API is secured using bearer tokens. To get started, you can generate an API key from the CloudQuery dashboard. For a step-by-step guide, see: https://docs.cloudquery.io/docs/deployment/generate-api-key.\n\nThe base URL for the API is `https://api.cloudquery.io`.\n",
9+
"description" : "Welcome to the CloudQuery API documentation! This API can be used to interact with the CloudQuery platform. The API allows you to manage your teams, usage, spend limits, plugins, addons, cloud syncs, and much more.\n\nThe API is secured using bearer tokens. To get started, you can generate an API key from the CloudQuery dashboard. For a step-by-step guide, see: https://www.cloudquery.io/docs/cli/managing-cloudquery/deployments/generate-api-key.\n\nThe base URL for the API is `https://api.cloudquery.io`.\n",
1010
"license" : {
1111
"name" : "MIT",
1212
"url" : "https://spdx.org/licenses/MIT"
@@ -2551,7 +2551,7 @@
25512551
"tags" : [ "teams" ]
25522552
},
25532553
"post" : {
2554-
"description" : "Create a spending limit for a team",
2554+
"description" : "Create a spending limit for a team. Deprecated.",
25552555
"operationId" : "CreateSpendingLimit",
25562556
"parameters" : [ {
25572557
"$ref" : "#/components/parameters/team_name"
@@ -2595,7 +2595,7 @@
25952595
"tags" : [ "teams" ]
25962596
},
25972597
"put" : {
2598-
"description" : "Update a spending limit for a team",
2598+
"description" : "Update a spending limit for a team. Deprecated.",
25992599
"operationId" : "UpdateSpendingLimit",
26002600
"parameters" : [ {
26012601
"$ref" : "#/components/parameters/team_name"
@@ -3026,7 +3026,7 @@
30263026
},
30273027
"/teams/{team_name}/spend" : {
30283028
"get" : {
3029-
"description" : "Get team spend for defined period.",
3029+
"description" : "Get team spend for defined period. Deprecated.",
30303030
"operationId" : "GetTeamSpend",
30313031
"parameters" : [ {
30323032
"$ref" : "#/components/parameters/team_name"

0 commit comments

Comments
 (0)