Browse Platform API
Platform API

After setting a friend remark

Copy

Synchronize an updated friend remark.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterSetFriendRemarkCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterSetFriendRemarkCommand.
ownerUserIDstringRelationship owner
friendUserIDstringFriend user ID
remarkstringResulting 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.