Skip to content

Commit

Permalink
Regenerate client from commit 539b283 of spec repo (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jul 1, 2020
1 parent e48f844 commit 28dfd7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.2.0",
"regenerated": "2020-06-30 21:00:37.373929",
"spec_repo_commit": "3c92af9"
"regenerated": "2020-07-01 10:10:29.785388",
"spec_repo_commit": "539b283"
},
"v2": {
"apigentools_version": "1.2.0",
"regenerated": "2020-06-30 21:00:42.610634",
"spec_repo_commit": "3c92af9"
"regenerated": "2020-07-01 10:10:34.585199",
"spec_repo_commit": "539b283"
}
}
}
2 changes: 1 addition & 1 deletion api/v1/datadog/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/GCPAccount'
description: Create a Datadog-Azure integration.
description: Create a Datadog-GCP integration.
required: true
responses:
"200":
Expand Down
4 changes: 2 additions & 2 deletions api/v1/datadog/docs/GCPIntegrationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
},
)

body := datadog.GCPAccount{AuthProviderX509CertUrl: "AuthProviderX509CertUrl_example", AuthUri: "AuthUri_example", Automute: false, ClientEmail: "ClientEmail_example", ClientId: "ClientId_example", ClientX509CertUrl: "ClientX509CertUrl_example", Errors: []string{"Errors_example"), HostFilters: "HostFilters_example", PrivateKey: "PrivateKey_example", PrivateKeyId: "PrivateKeyId_example", ProjectId: "ProjectId_example", TokenUri: "TokenUri_example", Type: "Type_example"} // GCPAccount | Create a Datadog-Azure integration.
body := datadog.GCPAccount{AuthProviderX509CertUrl: "AuthProviderX509CertUrl_example", AuthUri: "AuthUri_example", Automute: false, ClientEmail: "ClientEmail_example", ClientId: "ClientId_example", ClientX509CertUrl: "ClientX509CertUrl_example", Errors: []string{"Errors_example"), HostFilters: "HostFilters_example", PrivateKey: "PrivateKey_example", PrivateKeyId: "PrivateKeyId_example", ProjectId: "ProjectId_example", TokenUri: "TokenUri_example", Type: "Type_example"} // GCPAccount | Create a Datadog-GCP integration.

configuration := datadog.NewConfiguration()
api_client := datadog.NewAPIClient(configuration)
Expand All @@ -70,7 +70,7 @@ Other parameters are passed through a pointer to a apiCreateGCPIntegrationReques
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | [**GCPAccount**](GCPAccount.md) | Create a Datadog-Azure integration. |
**body** | [**GCPAccount**](GCPAccount.md) | Create a Datadog-GCP integration. |
### Return type
Expand Down

0 comments on commit 28dfd7c

Please sign in to comment.