基本信息
POST
https://api.flashcat.cloud/team/info
最后修改时间:2025-03-31 11:20:02
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/team/info?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 0,
"team_name": "string",
"ref_id": "string"
}'
响应示例响应示例
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"team_id": 0,
"team_name": "string",
"description": "string",
"created_at": 0,
"updated_at": 0,
"updated_by": 0,
"updated_by_name": "string",
"creator_id": 0,
"ref_id": "string",
"person_ids": [
0
]
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
返回响应
修改于 2025-03-31 11:20:02