模板预览
POST
https://api.flashcat.cloud/template/preview
最后修改时间:2025-02-17 07:04:04
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/template/preview?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"type": "dingtalk_app",
"incident_id": "string"
}'
响应示例响应示例
{
"error": {},
"data": {
"content": "string",
"success": true,
"message": "string"
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json