---
title: "Changes to Create Activation Code"
method: POST
path: "/api/admin/activation-codes"
---

# Changes to Create Activation Code

`POST /api/admin/activation-codes`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 8 revisions.

- **2026-08-18** `64da737bcc9e` — 1 warning, 3 info
- **2026-08-16** `44d8ea826f48` — 1 warning, 3 info
- **2026-08-13** `d80008a9efc6` — 1 warning, 1 info
- **2026-08-12** `8540ec6c1778` — 1 warning, 3 info
- **2026-08-06** `a2c84c9154da` — 1 warning, 3 info

## Changes

- **2026-08-18** `64da737bcc9e` — 1 warning, 3 info
  - changed the pattern of the request property `kind` from `^(trial|team_monthly_checkout|enterprise_contract|team_annual_deal)$` to `^(team_monthly_checkout|enterprise_contract)$`
  - the `kind` request property default value changed from `trial` to `team_monthly_checkout`
  - the `expires_in_days` request property default value `7` was removed
  - the `max_redemptions` request property default value `1` was removed
- **2026-08-16** `44d8ea826f48` — 1 warning, 3 info
  - changed the pattern of the request property `kind` from `^(team_monthly_checkout|enterprise_contract)$` to `^(trial|team_monthly_checkout|enterprise_contract|team_annual_deal)$`
  - the `expires_in_days` request property default value `7` was added
  - the `max_redemptions` request property default value `1` was added
  - the `kind` request property default value changed from `team_monthly_checkout` to `trial`
- **2026-08-13** `d80008a9efc6` — 1 warning, 1 info
  - changed the pattern of the request property `kind` from `^(trial|team_annual_deal)$` to `^(team_monthly_checkout|enterprise_contract)$`
  - the `kind` request property default value changed from `trial` to `team_monthly_checkout`
- **2026-08-12** `8540ec6c1778` — 1 warning, 3 info
  - changed the pattern of the request property `kind` from `^(team_monthly_checkout|enterprise_contract)$` to `^(trial|team_annual_deal)$`
  - the `kind` request property default value changed from `team_monthly_checkout` to `trial`
  - the `trial_days` request property default value changed from `1` to `14`
  - the `max_redemptions` request property default value `1` was removed
- **2026-08-06** `a2c84c9154da` — 1 warning, 3 info
  - changed the pattern of the request property `kind` from `^(trial|team_annual_deal)$` to `^(team_monthly_checkout|enterprise_contract)$`
  - the `max_redemptions` request property default value `1` was added
  - the `kind` request property default value changed from `trial` to `team_monthly_checkout`
  - the `trial_days` request property default value changed from `14` to `1`

---

[Operation](https://skmtc.dev/codag/apis/infra-logs-templater/docs/api/admin/activation-codes/post.md) · [API](https://skmtc.dev/codag/apis/infra-logs-templater.md) · [Page](https://skmtc.dev/codag/apis/infra-logs-templater/changes/api/admin/activation-codes/post)
