Skip to content

Commit

Permalink
Update description of log id (#2347)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 11, 2024
1 parent 63041ca commit 9be8762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-10 16:13:57.142709",
"spec_repo_commit": "f84630e6"
"regenerated": "2024-01-11 20:57:05.492153",
"spec_repo_commit": "76753e01"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-10 16:13:57.157403",
"spec_repo_commit": "f84630e6"
"regenerated": "2024-01-11 20:57:05.514058",
"spec_repo_commit": "76753e01"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4750,7 +4750,7 @@ components:
content:
$ref: '#/components/schemas/LogContent'
id:
description: Unique ID of the Log.
description: ID of the Log.
example: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV1/model_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
type Log struct {
// JSON object containing all log attributes and their associated values.
Content *LogContent `json:"content,omitempty"`
// Unique ID of the Log.
// ID of the Log.
Id *string `json:"id,omitempty"`
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
UnparsedObject map[string]interface{} `json:"-"`
Expand Down

0 comments on commit 9be8762

Please sign in to comment.