Skip to content

Commit b7a7ac3

Browse files
committed
chore: auto update client api apecloud/apecloud@8d42cf2
1 parent ab25472 commit b7a7ac3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.generator/schemas/adminapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12553,7 +12553,11 @@ paths:
1255312553
content:
1255412554
application/json:
1255512555
schema:
12556-
$ref: '#/components/schemas/workflow'
12556+
type: object
12557+
properties:
12558+
taskId:
12559+
type: string
12560+
description: the task id
1255712561
'400':
1255812562
$ref: '#/components/responses/400'
1255912563
'401':

apecloud

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 703309727d8695647b156de9e730fc7806fdd6ac
1+
Subproject commit 8d42cf239822028c0d368626358ab829f7e82a57

api/kbcloud/admin/api_environment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3865,11 +3865,11 @@ func (r *UpdateEnvironmentModuleOptionalParameters) WithBody(body EnvironmentMod
38653865
}
38663866

38673867
// UpdateEnvironmentModule update environment module.
3868-
func (a *EnvironmentApi) UpdateEnvironmentModule(ctx _context.Context, environmentName string, o ...UpdateEnvironmentModuleOptionalParameters) (Workflow, *_nethttp.Response, error) {
3868+
func (a *EnvironmentApi) UpdateEnvironmentModule(ctx _context.Context, environmentName string, o ...UpdateEnvironmentModuleOptionalParameters) (interface{}, *_nethttp.Response, error) {
38693869
var (
38703870
localVarHTTPMethod = _nethttp.MethodPatch
38713871
localVarPostBody interface{}
3872-
localVarReturnValue Workflow
3872+
localVarReturnValue interface{}
38733873
optionalParams UpdateEnvironmentModuleOptionalParameters
38743874
)
38753875

0 commit comments

Comments
 (0)