Skip to content

feat: regenerate API client from OpenAPI spec - #14

Merged
convoy-sdk-bot[bot] merged 1 commit into
mainfrom
speakeasy-sdk-regen-20260813
Aug 13, 2026
Merged

feat: regenerate API client from OpenAPI spec#14
convoy-sdk-bot[bot] merged 1 commit into
mainfrom
speakeasy-sdk-regen-20260813

Conversation

@convoy-sdk-bot

@convoy-sdk-botconvoy-sdk-botBot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Automated regeneration via OpenAPI Generator (java/native) from docs/v3/openapi3.yaml on frain-dev/convoy main. Hand-written webhook verify (src/main/java/com/getconvoy/webhook/) is untouched by the sync script.


Note

Low Risk
Additive, auto-generated read-only API client surface with no changes to hand-written code paths.

Overview
Regenerated OpenAPI client (spec 26.3.5) adds support for the endpoint period failure rates API on EndpointsApi.

Java callers can invoke getEndpointPeriodFailureRates against GET /v1/projects/{projectID}/endpoints/period-failure-rates, with optional endpointId (repeatable), startDate, and endDate query params. The operation is documented as display-only stats over a date range (default last 7 days), separate from endpoint listing so heavy counts do not block the table.

New generated types GetEndpointPeriodFailureRates200Response (standard message / status / data envelope) and ModelsEndpointPeriodFailureRate (uid, success/failure/retry counts, period_failure_rate) deserialize the JSON response.

Reviewed by Cursor Bugbot for commit 6215a3e. Bugbot is set up for automated code reviews on this repo. Configure here.

@convoy-sdk-reviewerconvoy-sdk-reviewerBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SDK reviewer app: approving a generated-paths-only diff on the regen branch. Auto-merge completes only after required status checks pass.

@convoy-sdk-bot
convoy-sdk-botBot enabled auto-merge (squash) August 13, 2026 23:40
@convoy-sdk-bot
convoy-sdk-botBot merged commit 9e5d14f into mainAug 13, 2026
3 checks passed
@convoy-sdk-bot
convoy-sdk-botBot deleted the speakeasy-sdk-regen-20260813 branch August 13, 2026 23:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants