Skip to content

Commit

Permalink
feat(api): api update (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 21, 2025
1 parent 2acbd14 commit 1483246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 91
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-91983ae5ec169c3423a4e2a8ad0daf0666fbb0af8487d2cab60417394d2b8ba2.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-e97ed6e1d60f77a296d5a13d88641a4e9f8db58aff5a67013d23daac1449505a.yml
2 changes: 1 addition & 1 deletion contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -3111,7 +3111,7 @@ type ContractUpdateEndDateParams struct {
// If true, allows setting the contract end date earlier than the end_timestamp of
// existing finalized invoices. Finalized invoices will be unchanged; if you want
// to incorporate the new end date, you can void and regenerate finalized usage
// invoices.
// invoices. Defaults to true.
AllowEndingBeforeFinalizedInvoice param.Field[bool] `json:"allow_ending_before_finalized_invoice"`
// RFC 3339 timestamp indicating when the contract will end (exclusive). If not
// provided, the contract will be updated to be open-ended.
Expand Down

0 comments on commit 1483246

Please sign in to comment.