appeal Handle
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
appeal Id
id of the appeal
handle Type
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