更新文档内容

This commit is contained in:
2023-09-26 16:20:01 +08:00
parent 73222eee28
commit d72897f080
415 changed files with 15785 additions and 17558 deletions

View File

@@ -6,7 +6,7 @@ API version: 1.0.0
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
package openapi
package answer_sdk
import (
"encoding/json"
@@ -18,7 +18,7 @@ var _ MappedNullable = &SchemaUpdateCommentReq{}
// SchemaUpdateCommentReq struct for SchemaUpdateCommentReq
type SchemaUpdateCommentReq struct {
CaptchaCode *string `json:"captcha_code,omitempty"`
// captcha_id
// whether user can delete it
CaptchaId *string `json:"captcha_id,omitempty"`
// comment id
CommentId string `json:"comment_id"`