Skip to content

Commit

Permalink
Regenerate client from commit ddc1872 of spec repo (#379)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 22, 2021
1 parent d0428ea commit 33274c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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:49.954962",
"spec_repo_commit": "7d4329a"
"regenerated": "2021-11-22 10:46:34.797770",
"spec_repo_commit": "ddc1872"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-18 20:50:49.979071",
"spec_repo_commit": "7d4329a"
"regenerated": "2021-11-22 10:46:34.822523",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class EventCreateRequest {
*/
"text": string;
/**
* The event title. Limited to 100 characters. Use `msg_title` with the Datadog Ruby library.
* The event title.
*/
"title": string;
/**
Expand Down

0 comments on commit 33274c1

Please sign in to comment.