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 @@ -53762,7 +53762,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 @@ -172,6 +172,7 @@ def create_ci_app_pipeline_event(
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.

:type body: CIAppCreatePipelineEventRequest
:rtype: dict
Expand Down