---
title: "Update app trial signup settings."
method: PUT
path: "/app/{app_id}/trial-signup-settings"
tags: ["apps"]
---

# Update app trial signup settings.

`PUT /app/{app_id}/trial-signup-settings`

Update the trial signup configuration settings for the specified app.

Required RBAC Policy: kots/app/[:appid]/update

## Path parameters

- `app_id` string, required

## Request body

- object
  - `defaultChannelId` string, required — Default channel ID for trial signups
  - `embeddedClusterEnabled` boolean, required — Whether embedded cluster is enabled
  - `expirationDays` integer, required — Number of days until trial expires (max 90)
  - `helmInstallEnabled` boolean, required — Whether helm install is enabled
  - `isHelmAirgapEnabled` boolean, required — Whether helm airgap is enabled
  - `licenseType` string, required — License type: trial or community
  - `supportBundleUploadEnabled` boolean, required — Whether support bundle upload is enabled
  - `termsAndConditionsUrl` string — Terms and conditions URL (optional, must be HTTPS)

## Response `200`

TrialSignupSettingsResponse contains the trial signup settings for an app

- object
  - `settings` TrialSignupSettings
    - `appId` string
    - `createdAt` string, date-time
    - `defaultChannelId` string
    - `embeddedClusterEnabled` boolean
    - `expirationDays` integer
    - `helmInstallEnabled` boolean
    - `isHelmAirgapEnabled` boolean
    - `licenseType` string
    - `supportBundleUploadEnabled` boolean
    - `termsAndConditionsUrl` string
    - `updatedAt` string, date-time

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
