ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.439.0

This commit is contained in:
speakeasybot
2024-11-14 00:27:10 +00:00
parent 99af1ce0f6
commit a60df4029d
10 changed files with 36 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ public class GetBandwidthStatisticsRequest {
* the exact meaning of this parameter is not known
*
*/
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan")
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
private Optional<Long> timespan;
@JsonCreator

View File

@@ -23,7 +23,7 @@ public class GetResourcesStatisticsRequest {
* the exact meaning of this parameter is not known
*
*/
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan")
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
private Optional<Long> timespan;
@JsonCreator

View File

@@ -23,7 +23,7 @@ public class GetStatisticsRequest {
* the exact meaning of this parameter is not known
*
*/
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan")
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
private Optional<Long> timespan;
@JsonCreator