跳转到主要内容
POST
/
team
/
info
基本信息
curl --request POST \
  --url 'https://api.flashcat.cloud/team/info?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "team_id": 123,
  "team_name": "<string>",
  "ref_id": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "team_id": 123,
    "team_name": "<string>",
    "description": "<string>",
    "created_at": 123,
    "updated_at": 123,
    "updated_by": 123,
    "updated_by_name": "<string>",
    "creator_id": 123,
    "ref_id": "<string>",
    "person_ids": [
      123
    ]
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
team_id
integer

三者至少有一个

team_name
string

三者至少有一个

ref_id
string

三者至少有一个

响应

200 - application/json
error
object

错误信息,仅失败时存在

data
object