Class SupportController
java.lang.Object
de.bytestore.hostinger.internal.api.space.SupportController
@RestController
@Configuration
@RequestMapping("/internal/support")
public class SupportController
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SupportController
public SupportController(io.jmix.core.DataManager dataManager)
-
-
Method Details
-
pinGet
Retrieves the support PIN for a specific license.- Parameters:
uuid- The UUID of the license.- Returns:
- The JSON representation of the response message which contains the support PIN.
-
generatePin
Generates a random PIN with the format "XXXX-XXXX-XXXX".- Returns:
- The randomly generated PIN.
-
pinRenew
Renew the support PIN for a given license.- Parameters:
uuid- The UUID of the license to renew the support PIN for.- Returns:
- The JSON representation of the response message.
-