Support Tickets
Ticket Management
Enable Technical Support Agreement acceptance
This function records a user's acceptance of the Technical Support Agreement (TSA). The cPanel Customer Portal stores each record with the user's login, the date and time, and the TSA's version.
Note:
This function is not available through the command line. You must call it as a request body.
get/ticket_update_service_agreement_approval
Query parameters
versionstring required
Example:2020-04.v01.TSUPPORT
The version of the TSA that the user approved.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "ticket_update_service_agreement_approval",
"reason": "OK",
"result": 1,
"version": 1
}
}