Skip to main content
POST
/
v1
/
following
/
groups
/
{group_id}
Update Follow Group
curl --request POST \
  --url https://api.reportify.cn/v1/following/groups/{group_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "group_id": "<string>",
  "name": "<string>",
  "count": 123
}

更新关注组

URL: /v1/following/groups/{group_id}
方法: POST
描述: 更新关注组的名称

请求参数

参数名类型描述
group_idstr关注组 ID

请求体

参数名类型描述
namestr新的组名称(可选)

响应参数

参数名类型描述
group_idstr关注组 ID
namestr组名称
countint关注项数量

Authorizations

Authorization
string
header
required

Enter your Bearer token

Path Parameters

group_id
string
required

Body

application/json

Request to update a follow group

name
string

Follow group name

Response

Successful Response

Follow group result

group_id
string
required

Group ID

name
string
required

Group name

count
integer
required

Number of members