appealHandle

fun appealHandle(appealId: String, handleType: HandleAppealType, reason: String, duration: Int): Int?(source)

An endpoint for handling appeals

Endpoint: /Api/Appeal/{appealId}/Handle

Return

the response code of the action

Parameters

appealId

id of the appeal

handleType

what action should be taken?

reason

the reason for the action taken

duration

only applies on DURATIONCHANGE, can be set to 0 for all other types

Throws

inherited from CedmodException