Skip to content

Commit

Permalink
Merge pull request #531 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Replace `threads` in the Thread HTTP Request URL with `thread`
  • Loading branch information
haoxiuwen authored Dec 6, 2023
2 parents ac6d294 + de901ec commit b239209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/server-side/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -3759,7 +3759,7 @@ curl -X POST https://XXXX/XXXX/XXXX/thread/1XXXX7/users -d '{
#### HTTP 请求

```http
DELETE https://{host}/{org_name}/{app_name}/threads/{thread_id}/users
DELETE https://{host}/{org_name}/{app_name}/thread/{thread_id}/users
```

##### 路径参数
Expand Down

0 comments on commit b239209

Please sign in to comment.