Skip to content

Commit

Permalink
Merge pull request #599 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Add Request body for the REST API of Setting Contact Remarks
  • Loading branch information
haoxiuwen authored Jan 12, 2024
2 parents 4800e4e + 0ff6ea1 commit 6754641
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/document/server-side/user_relationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ PUT https://{host}/{org_name}/{app_name}/user/{owner_username}/contacts/users/{f
| `Accept` | String || 内容类型。请填 `application/json`|
| `Authorization` | String || App 管理员的鉴权 token,格式为 `Bearer YourAppToken`,其中 `Bearer` 为固定字符,后面为英文空格和获取到的 app token。 |

#### 请求 body

| 参数 | 类型 | 是否必需 | 描述 |
| :---------------- | :----- | :------- |:-------------|
| `remark` | String || 好友备注。好友备注的长度不能超过 100 个字符。 |

### HTTP 响应

#### 响应 body
Expand Down

0 comments on commit 6754641

Please sign in to comment.