Skip to main content

Block V2

PUT 

/friends/v2/player/:player_uuid/block/:other_player_uuid

Block the other Player. There is a max number of Players that can be blocked per Player.

The limit can determined using this API.

Permissions Required: friend:block_list:write

Request

Path Parameters

    player_uuid uuidrequired
    other_player_uuid uuidrequired

Responses

Successful Response

Schema

    blocked_player_uuid uuidrequired
    last_modified_on date-timerequired
Loading...