Skip to content

Commit

Permalink
Regenerate client from commit 06c7795 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 12, 2021
1 parent a7753ef commit bc85b57
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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-10-08 15:41:58.607796",
"spec_repo_commit": "9a4b94d"
"regenerated": "2021-10-12 08:03:10.848193",
"spec_repo_commit": "06c7795"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-10-08 15:42:47.853128",
"spec_repo_commit": "9a4b94d"
"regenerated": "2021-10-12 08:04:26.754436",
"spec_repo_commit": "06c7795"
}
}
}
6 changes: 6 additions & 0 deletions features/v1/events.feature
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Feature: Events
When the request is sent
Then the response status is 202 OK

Scenario: Post an event with a long title returns "OK" response
Given new "CreateEvent" request
And body with value {"title": "{{ unique }} very very very looooooooong looooooooooooong loooooooooooooooooooooong looooooooooooooooooooooooooong title with 100+ characters", "text": "A text message.", "tags": ["test:{{ unique_alnum }}"]}
When the request is sent
Then the response status is 202 OK

@generated @skip
Scenario: Query the event stream returns "Bad Request" response
Given a valid "appKeyAuth" key in the system
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v1/models/Event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Event {
*/
"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 bc85b57

Please sign in to comment.