Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54546,7 +54546,9 @@ paths:


Pipeline events can be submitted with a timestamp that is up to 18 hours in
the past.'
the past.

The duration between the event start and end times cannot exceed 1 year.'
operationId: CreateCIAppPipelineEvent
requestBody:
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ export class CIVisibilityPipelinesApi {
* Multiple events can be sent in an array (up to 1000).
*
* Pipeline events can be submitted with a timestamp that is up to 18 hours in the past.
* The duration between the event start and end times cannot exceed 1 year.
* @param param The request object
*/
public createCIAppPipelineEvent(
Expand Down