cURL
curl --request POST \ --url 'https://api.flashcat.cloud/incident/field/reset?app_key=' \ --header 'Content-Type: <content-type>' \ --data ' { "incident_id": "<string>", "field_name": "<string>", "field_value": "<string>" } '
{ "error": { "code": "<string>", "message": "<string>" } }
故障ID
自定义字段名称
自定义字段值,需要符合字段类型定义。注意,如果不传该value,将直接删除该字段
仅出现错误时返回
显示 子属性
此页面对您有帮助吗?