Skip to content

Commit da8b9e6

Browse files
api-clients-generation-pipeline[bot]jirikuncarci.datadog-api-spec
authored
Document author_name in dashboard response (#453)
* upgrade pollyjs * Regenerate client from commit 4c3cdd2 of spec repo Co-authored-by: Jiri Kuncar <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fe98199 commit da8b9e6

File tree

8 files changed

+473
-29
lines changed

8 files changed

+473
-29
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.5.1.dev2",
7-
"regenerated": "2022-01-03 15:41:58.190640",
8-
"spec_repo_commit": "e29fa5e"
7+
"regenerated": "2022-01-03 20:48:40.757863",
8+
"spec_repo_commit": "4c3cdd2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2022-01-03 15:41:58.216546",
13-
"spec_repo_commit": "e29fa5e"
12+
"regenerated": "2022-01-03 20:48:40.782396",
13+
"spec_repo_commit": "4c3cdd2"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,12 @@ components:
915915
916916
readOnly: true
917917
type: string
918+
author_name:
919+
description: Name of the dashboard author.
920+
example: John Doe
921+
nullable: true
922+
readOnly: true
923+
type: string
918924
created_at:
919925
description: Creation date of the dashboard.
920926
format: date-time
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2021-12-30T21:04:23.650Z"

0 commit comments

Comments
 (0)