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
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152826,7 +152826,7 @@ paths:
x-codegen-request-body-name: body
/api/v2/downtime:
get:
description: Get all scheduled downtimes.
description: List scheduled downtimes, optionally filtering to those that are active when the request is made.
operationId: ListDowntimes
parameters:
- description: Only return downtimes that are active when the request is made.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,8 @@ public PaginationIterable<DowntimeResponseData> listDowntimesWithPagination(
}

/**
* Get all scheduled downtimes.
* List scheduled downtimes, optionally filtering to those that are active when the request is
* made.
*
* @param parameters Optional parameters for the request.
* @return ApiResponse&lt;ListDowntimesResponse&gt;
Expand Down
Loading