添加单个卡片到分组中
POST
https://api.flashcat.cloud/api/v2/firemap/group/append
最后修改时间:2024-03-15 07:03:19
group_id 等于0 && business_id 大于0 代表添加到系统
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/group/append' \
--header 'FC-WORKSPACE-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_id": 1281,
"group_id": 1289,
"id": 1286,
"order": 0
}'
响应示例响应示例
{
"request_id": "c0a800666232d0a852286748a12a5cb0",
"data": "ok"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
FC-WORKSPACE-ID
string
必需
Body 参数application/json