File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/datadog_api_client/v1/model Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -9348,7 +9348,7 @@ components:
9348
9348
example: some description
9349
9349
type: string
9350
9350
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.
9352
9352
example: New child org
9353
9353
maxLength: 32
9354
9354
type: string
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def __init__(
81
81
:param description: Description of the organization.
82
82
:type description: str, optional
83
83
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.
85
85
:type name: str, optional
86
86
87
87
:param public_id: The ``public_id`` of the organization you are operating within.
You can’t perform that action at this time.
0 commit comments