{
"name": "哈哈哈",
"fieldValues": [{
"name": "apiConfig",
"value": "123"
}],
"remark": "备注",
"status": 1,
"sortOrder": 0
}curl --location --request PATCH 'http://prod-cn.your-api-server.com/consoleapi/key-configs/472b298d-125f-4c2c-a982-9d35151897b5' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "哈哈哈",
"fieldValues": [{
"name": "apiConfig",
"value": "123"
}],
"remark": "备注",
"status": 1,
"sortOrder": 0
}'{
"code": 0,
"message": "string",
"data": {
"items": [
null
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
},
"timestamp": 0
}