Skip to content

Commit

Permalink
Merge pull request #315 from getlago/ending-at-type
Browse files Browse the repository at this point in the history
subscription: fix type for ending_at field
  • Loading branch information
sarkissianraffi authored Dec 31, 2024
2 parents ad10d30 + 58e5610 commit 680d202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml

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

1 change: 1 addition & 0 deletions src/schemas/SubscriptionObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ properties:
format: "date-time"
example: "2022-10-08T00:00:00Z"
description: The effective end date of the subscription. If this field is set to null, the subscription will automatically renew. This date should be provided in ISO 8601 datetime format, and use Coordinated Universal Time (UTC).
nullable: true
subscription_at:
type: string
format: "date-time"
Expand Down

0 comments on commit 680d202

Please sign in to comment.