Update Time
Updates a license’s Start and End time for ‘subscription’ and ‘trial’ licenses.
POST https://api.keyzy.io/v2/licenses/update-time
Parameters
| Parameter | Type | Description |
|---|---|---|
| app_id | string | An app_id that has write permission |
| api_key | string | An api_key that has write permission |
| serial | string | A license (serial number) |
| start_at (optional) | int | Licensee’s start time in unix timestamp |
| end_at | int | Licensee’s end time in unix timestamp |
Returns
Keyzy responds with a message containing the status of the update if the request is correct.
{
"message": "OK"
}