feedbackPostSubmit

fun feedbackPostSubmit(feedback: String, contact: Boolean = true, credit: Boolean = true): Int(source)

Endpoint for submitting feedback

Endpoint: /Api/Feedback/Submit

Return

the response code

Parameters

feedback

the feedback to submit

contact

include contact?

credit

include credit?

Throws

inherited from CedmodException