정검 상태 변경
Request Body
Name
Type
Description
{
"return": 0,
"message": "success",
"value": {
"state": 0,
"info": {}
}
}curl --location --request PUT 'http://localhost:51060/m1.0/status/main' \
--header 'Content-Type: application/json' \
--data '{
"state": 1,
"info": {
"start_date": "1688101200000",
"end_date": "1688112000000",
"content": "system check"
}
}'
return
message
desc.
Last updated