Skip to content

Commit 2a4922d

Browse files
committed
Merge branch 'master' of github.com:DataDog/datadog-api-client-go into datadog-api-spec/test/rberger/SYA-1140/synthetics-get-batch
2 parents ad7e878 + 1aa4553 commit 2a4922d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev11",
7-
"regenerated": "2021-09-03 16:54:37.126227",
8-
"spec_repo_commit": "a9c0eae"
7+
"regenerated": "2021-09-07 16:47:15.502148",
8+
"spec_repo_commit": "8d89f84"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-09-03 16:55:08.693109",
13-
"spec_repo_commit": "a9c0eae"
12+
"regenerated": "2021-09-07 16:47:49.540367",
13+
"spec_repo_commit": "8d89f84"
1414
}
1515
}
1616
}

api/v1/datadog/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5895,7 +5895,7 @@ paths:
58955895
[contacting support](https://docs.datadoghq.com/help/).
58965896

58975897
Once a new child organization is created, you can interact with it
5898-
by using the `org.public_id`, `pi_key.key`, and
5898+
by using the `org.public_id`, `api_key.key`, and
58995899
`application_key.hash` provided in the response.
59005900
operationId: CreateChildOrg
59015901
requestBody:

api/v1/datadog/api_organizations.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1/datadog/docs/OrganizationsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ feature and must be enabled by
2424
[contacting support](https://docs.datadoghq.com/help/).
2525

2626
Once a new child organization is created, you can interact with it
27-
by using the `org.public_id`, `pi_key.key`, and
27+
by using the `org.public_id`, `api_key.key`, and
2828
`application_key.hash` provided in the response.
2929

3030
### Example

0 commit comments

Comments
 (0)