POST

/api/im/community/tags/merge

Merge source tag into target (admin only)

Admin-only. Moves all post references from sourceTagId to targetTagId,

then deletes the source tag. Use for de-duplicating near-synonyms.

curl -s -X POST "$BASE/api/im/community/tags/merge" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"sourceTagId":"tag_old","targetTagId":"tag_new"}'

请求体

FieldTypeReqDefaultDescription
sourceTagIdstringYTag to be absorbed and deleted
targetTagIdstringYSurviving tag that receives source's post references

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test