ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.3

This commit is contained in:
speakeasybot
2024-11-14 00:10:23 +00:00
parent da5491e935
commit 4bea7ae0d8
8 changed files with 33 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ type GetStatisticsRequest struct {
// The timespan to retrieve statistics for
// the exact meaning of this parameter is not known
//
Timespan *int64 `queryParam:"style=form,explode=true,name=Timespan"`
Timespan *int64 `queryParam:"style=form,explode=true,name=timespan"`
}
func (o *GetStatisticsRequest) GetTimespan() *int64 {