文档
测试

updateQuestion

POST
/api/question/update

请求参数

参数名
类型
描述
必填
questionUpdateRequest
object
questionUpdateRequest
必填
answer
string
可选
content
string
可选
id
integer
可选
judgeCase
array[object]
可选
input
string
可选
output
string
可选
judgeConfig
array[object]
可选
memoryLimit
integer
可选
stackLimit
integer
可选
timeLimit
integer
可选
tags
array[string]
可选
title
string
可选

响应参数

参数名
类型
描述
必填
root
object
OK
必填
code
integer
可选
data
boolean
可选
message
string
可选