---
title: "Update trial activation expiry date"
method: PATCH
path: "/v3/trial-activations/{id}/expires-at"
tags: ["TrialActivations"]
---

# Update trial activation expiry date

`PATCH /v3/trial-activations/{id}/expires-at`

Updates the trial activation expiry date.

## Path parameters

- `id` string, required

## Request body

- TrialExpiresAtUpdateRequestModel
  - `expiresAt` string, date-time, required — Update the expiration date of the trial

## Response `200`

OK

- TrialActivationDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `os` 'windows' | 'linux' | 'macos' | 'android' | 'ios', required
  - `osVersion` string, nullable
  - `hostname` string, required
  - `location` GeoLocationDto, required
    - `ipAddress` string, required
    - `countryCode` string, nullable
    - `countryName` string, nullable
    - `regionCode` string, nullable
    - `regionName` string, nullable
    - `city` string, nullable
    - `zipCode` string, nullable
    - `timeZone` string, nullable
    - `latitude` number, double, nullable
    - `longitude` number, double, nullable
  - `vmName` string, nullable
  - `container` boolean, required
  - `appVersion` string, nullable
  - `releaseVersion` string, nullable
  - `releaseChannel` string, nullable
  - `releasePlatform` string, nullable
  - `offline` boolean, required
  - `productId` string, required
  - `expiresAt` string, date-time, nullable
  - `metadata` MetadataDto[], required
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `key` string, required
    - `value` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/versions/ec1259c12475/schema)
