const data = await ctx.modules.friends.acceptRequest({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.friends.acceptRequest({
  // Request body
});

Request

Object containing the following properties:
PropertyType
userToken (*)string
friendRequestId (*)string
(*) Required.

Response

Response

Object record with dynamic keys:
  • keys of type string
  • values of type never