banPatchBypassable

fun banPatchBypassable(banId: String, logReason: String, bypassableIds: List<String>): Int(source)

Endpoint for changing bypass ability of a ban

Endpoint: /Api/Ban/{banId}/Bypassable

Return

the response code

Parameters

banId

id of the ban

logReason

the reason for the bypass

bypassableIds

list of userIds that should be able to bypass

Throws

inherited from CedmodException