Skip to content

Commit 5152c14

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ddc1872 of spec repo
1 parent c656e01 commit 5152c14

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
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": "2021-11-18 20:50:53.220002",
8-
"spec_repo_commit": "7d4329a"
7+
"regenerated": "2021-11-22 10:46:36.399997",
8+
"spec_repo_commit": "ddc1872"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-11-18 20:50:53.241219",
13-
"spec_repo_commit": "7d4329a"
12+
"regenerated": "2021-11-22 10:46:36.423453",
13+
"spec_repo_commit": "ddc1872"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,10 +1886,8 @@ components:
18861886
maxLength: 4000
18871887
type: string
18881888
title:
1889-
description: The event title. Limited to 100 characters. Use `msg_title`
1890-
with the Datadog Ruby library.
1889+
description: The event title.
18911890
example: Did you hear the news today?
1892-
maxLength: 100
18931891
type: string
18941892
url:
18951893
description: URL of the event.

api/v1/datadog/docs/EventCreateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**SourceTypeName** | Pointer to **string** | The type of event being posted. Option examples include nagios, hudson, jenkins, my_apps, chef, puppet, git, bitbucket, etc. A complete list of source attribute values [available here](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value). | [optional]
1717
**Tags** | Pointer to **[]string** | A list of tags to apply to the event. | [optional]
1818
**Text** | **string** | The body of the event. Limited to 4000 characters. The text supports markdown. To use markdown in the event text, start the text block with `%%% \\n` and end the text block with `\\n %%%`. Use `msg_text` with the Datadog Ruby library. |
19-
**Title** | **string** | The event title. Limited to 100 characters. Use `msg_title` with the Datadog Ruby library. |
19+
**Title** | **string** | The event title. |
2020
**Url** | Pointer to **string** | URL of the event. | [optional] [readonly]
2121

2222
## Methods

api/v1/datadog/model_event_create_request.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)