Skip to content

fix(webhook-endpoint): Add missing created_at #3924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025

Conversation

vincent-pochet
Copy link
Collaborator

Roadmap Task

This PR fixes getlago/lago-python-client#322

Context

The OpenAPI documentation as well as the API SDKs are exposing a webhook_enpoint.created_at field, but the WebhookEndpointSerializer is not...

Description

This PR adds the missing field

@vincent-pochet vincent-pochet merged commit 639a277 into main Jul 7, 2025
14 checks passed
@vincent-pochet vincent-pochet deleted the fix-webhook-endpoint branch July 7, 2025 07:53
diegocharles pushed a commit that referenced this pull request Jul 11, 2025
## Roadmap Task

This PR fixes getlago/lago-python-client#322

## Context

The [OpenAPI
documentation](https://github.com/getlago/lago-openapi/blob/main/src/schemas/WebhookEndpointObject.yaml#L29)
as well as the API SDKs are exposing a `webhook_enpoint.created_at`
field, but the `WebhookEndpointSerializer` is not...

## Description

This PR adds the missing field
Sign up for free to 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.

[BUG]: Error when creating webhook endpoint
2 participants