refactor: use updated API in restore client (#226)
This commit is contained in:
parent
10c17ec661
commit
13799e7662
@ -350,7 +350,7 @@ func (a *RestoreApiService) PostRestoreBucketMetadataExecute(r ApiPostRestoreBuc
|
||||
return localVarReturnValue, GenericOpenAPIError{error: err.Error()}
|
||||
}
|
||||
|
||||
localVarPath := localBasePath + "/restore/bucket-metadata"
|
||||
localVarPath := localBasePath + "/restore/bucketMetadata"
|
||||
|
||||
localVarHeaderParams := make(map[string]string)
|
||||
localVarQueryParams := _neturl.Values{}
|
||||
|
@ -69,8 +69,8 @@ paths:
|
||||
$ref: "./openapi/src/oss/paths/restore_sql.yml"
|
||||
/restore/buckets/{bucketID}:
|
||||
$ref: "./openapi/src/oss/paths/restore_bucket_bucketID.yml"
|
||||
/restore/bucket-metadata:
|
||||
$ref: "./openapi/src/oss/paths/restore_bucket-metadata.yml"
|
||||
/restore/bucketMetadata:
|
||||
$ref: "./openapi/src/oss/paths/restore_bucketMetadata.yml"
|
||||
/restore/shards/{shardID}:
|
||||
$ref: "./openapi/src/oss/paths/restore_shards_shardID.yml"
|
||||
"/telegrafs":
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 0bd5f47ad999b4b47e6de316834ac5c4b25e8db5
|
||||
Subproject commit 20706d0876987520eb2c57cfc5364005ad4bcbed
|
Loading…
x
Reference in New Issue
Block a user