Skip to content
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

feat(fee): Expose charge_id in REST API #291

Merged
merged 1 commit into from
Oct 29, 2024
Merged
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
6 changes: 6 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/schemas/FeeObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ properties:
nullable: true
description: Unique identifier assigned to the fee within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the fee's record within the Lago system.
example: "1a901a90-1a90-1a90-1a90-1a901a901a90"
lago_charge_id:
type: string
format: "uuid"
nullable: true
description: Unique identifier assigned to the charge that the fee belongs to
example: "1a901a90-1a90-1a90-1a90-1a901a901a90"
lago_charge_filter_id:
type: string
format: "uuid"
Expand Down
Loading