Skip to content

Commit 0e7d9c6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove mention of child org being new (#1800)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent e02f805 commit 0e7d9c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.6.6",
7-
"regenerated": "2023-12-11 19:49:10.939385",
8-
"spec_repo_commit": "5584abd0"
7+
"regenerated": "2023-12-13 18:04:58.948838",
8+
"spec_repo_commit": "493effcf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-12-11 19:49:10.953792",
13-
"spec_repo_commit": "5584abd0"
12+
"regenerated": "2023-12-13 18:04:58.963229",
13+
"spec_repo_commit": "493effcf"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9348,7 +9348,7 @@ components:
93489348
example: some description
93499349
type: string
93509350
name:
9351-
description: The name of the new child-organization, limited to 32 characters.
9351+
description: The name of the child organization, limited to 32 characters.
93529352
example: New child org
93539353
maxLength: 32
93549354
type: string

src/datadog_api_client/v1/model/organization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(
8181
:param description: Description of the organization.
8282
:type description: str, optional
8383
84-
:param name: The name of the new child-organization, limited to 32 characters.
84+
:param name: The name of the child organization, limited to 32 characters.
8585
:type name: str, optional
8686
8787
:param public_id: The ``public_id`` of the organization you are operating within.

0 commit comments

Comments
 (0)