Platform API
After setting a friend remark
Synchronize an updated friend remark.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterSetFriendRemarkCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterSetFriendRemarkCommand. |
| ownerUserID | string | Relationship owner |
| friendUserID | string | Friend user ID |
| remark | string | Resulting remark |
Response
Return HTTP success promptly. The relationship operation is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterSetFriendRemark. - Process idempotently using the relationship key and
operationID.
Was this page helpful?