{
"id": "string",
"forwarding_rule_id": "string",
"source_type": "string",
"source_id": "string",
"message_type": "string"
}
curl --location --request PUT 'http://127.0.0.1:9999/api/v1/forwarding/source' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"forwarding_rule_id": "string",
"source_type": "string",
"source_id": "string",
"message_type": "string"
}'
{"code":200,"message":"转发数据源更新成功","data":{"id":"c6f91e7a-4f4a-7dd5-527c-eca973a9afe5","forwarding_rule_id":"9b9404fb-c1d5-645a-17f3-4bc83b580fbb","source_type":"device","source_id":"5af22b17-e977-bfaa-cecb-358cf1488182","message_type":"1,2,3","created_at":"2024-10-18T12:31:42.511106+08:00","updated_at":"2024-10-18T12:37:22.036089+08:00"}}