Skip to content

Commit

Permalink
Regenerate client from commit ddc1872 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 22, 2021
1 parent c656e01 commit 2d4472b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 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.5.1.dev2",
"regenerated": "2021-11-18 20:50:53.220002",
"spec_repo_commit": "7d4329a"
"regenerated": "2021-11-22 07:55:30.035758",
"spec_repo_commit": "ddc1872"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-18 20:50:53.241219",
"spec_repo_commit": "7d4329a"
"regenerated": "2021-11-22 07:55:30.058721",
"spec_repo_commit": "ddc1872"
}
}
}
4 changes: 1 addition & 3 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1886,10 +1886,8 @@ components:
maxLength: 4000
type: string
title:
description: The event title. Limited to 100 characters. Use `msg_title`
with the Datadog Ruby library.
description: The event title.
example: Did you hear the news today?
maxLength: 100
type: string
url:
description: URL of the event.
Expand Down
2 changes: 1 addition & 1 deletion api/v1/datadog/docs/EventCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Name | Type | Description | Notes
**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]
**Tags** | Pointer to **[]string** | A list of tags to apply to the event. | [optional]
**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. |
**Title** | **string** | The event title. Limited to 100 characters. Use `msg_title` with the Datadog Ruby library. |
**Title** | **string** | The event title. |
**Url** | Pointer to **string** | URL of the event. | [optional] [readonly]

## Methods
Expand Down
2 changes: 1 addition & 1 deletion api/v1/datadog/model_event_create_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d4472b

Please sign in to comment.