Skip to content

Commit 089107f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f6cf0e5 of spec repo (#446)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 03e7473 commit 089107f

22 files changed

+591
-37
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.dev6",
7-
"regenerated": "2021-05-19 07:45:36.672116",
8-
"spec_repo_commit": "ccb4b9f"
7+
"regenerated": "2021-05-20 06:32:55.119741",
8+
"spec_repo_commit": "f6cf0e5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-19 07:46:00.367946",
13-
"spec_repo_commit": "ccb4b9f"
12+
"regenerated": "2021-05-20 06:33:23.299974",
13+
"spec_repo_commit": "f6cf0e5"
1414
}
1515
}
1616
}

docs/v1/NotebookCreateDataAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The data attributes of a notebook.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**cells** | [**[NotebookCellCreateRequest]**](NotebookCellCreateRequest.md) | List of cells to display in the notebook. |
9-
**name** | **str** | Notebook name. |
9+
**name** | **str** | The name of the notebook. |
1010
**time** | [**NotebookGlobalTime**](NotebookGlobalTime.md) | |
1111
**status** | [**NotebookStatus**](NotebookStatus.md) | | [optional]
1212

docs/v1/NotebookDistributionCellAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NotebookDistributionCellAttributes
22

3-
The attributes of a notebook distribution cell.
3+
The attributes of a notebook `distribution` cell.
44

55
## Properties
66
Name | Type | Description | Notes

docs/v1/NotebookHeatMapCellAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NotebookHeatMapCellAttributes
22

3-
The attributes of a notebook heat map cell.
3+
The attributes of a notebook `heatmap` cell.
44

55
## Properties
66
Name | Type | Description | Notes

docs/v1/NotebookLogStreamCellAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NotebookLogStreamCellAttributes
22

3-
The attributes of a notebook log stream cell.
3+
The attributes of a notebook `log_stream` cell.
44

55
## Properties
66
Name | Type | Description | Notes

docs/v1/NotebookMarkdownCellAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NotebookMarkdownCellAttributes
22

3-
The attributes of a notebooks markdown cell.
3+
The attributes of a notebook `markdown` cell.
44

55
## Properties
66
Name | Type | Description | Notes

docs/v1/NotebookResponseDataAttributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The attributes of a notebook.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**cells** | [**[NotebookCellResponse]**](NotebookCellResponse.md) | List of cells to display in the notebook. |
9-
**name** | **str** | Notebook name. |
9+
**name** | **str** | The name of the notebook. |
1010
**time** | [**NotebookGlobalTime**](NotebookGlobalTime.md) | |
1111
**author** | [**NotebookAuthor**](NotebookAuthor.md) | | [optional]
12-
**created** | **datetime** | UTC time stamp. | [optional] [readonly]
13-
**modified** | **datetime** | UTC time stamp. | [optional] [readonly]
12+
**created** | **datetime** | UTC time stamp for when the notebook was created. | [optional] [readonly]
13+
**modified** | **datetime** | UTC time stamp for when the notebook was last modified. | [optional] [readonly]
1414
**status** | [**NotebookStatus**](NotebookStatus.md) | | [optional]
1515

1616
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/NotebookTimeseriesCellAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NotebookTimeseriesCellAttributes
22

3-
The attributes of a notebook timeseries cell.
3+
The attributes of a notebook `timeseries` cell.
44

55
## Properties
66
Name | Type | Description | Notes

docs/v1/NotebookToplistCellAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NotebookToplistCellAttributes
22

3-
The attributes of a notebook toplist cell.
3+
The attributes of a notebook `toplist` cell.
44

55
## Properties
66
Name | Type | Description | Notes

docs/v1/NotebookUpdateDataAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The data attributes of a notebook.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**cells** | [**[NotebookUpdateCell]**](NotebookUpdateCell.md) | List of cells to display in the notebook. |
9-
**name** | **str** | Notebook name. |
9+
**name** | **str** | The name of the notebook. |
1010
**time** | [**NotebookGlobalTime**](NotebookGlobalTime.md) | |
1111
**status** | [**NotebookStatus**](NotebookStatus.md) | | [optional]
1212

0 commit comments

Comments
 (0)