---
title: "Changes to Install ability"
method: POST
path: "/abilities/{id}/install"
---

# Changes to Install ability

`POST /abilities/{id}/install`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 9 of 50 revisions.

- **2024-10-02** `c9062e3a3c54` — 1 info
- **2024-10-02** `936529d30a41` — 1 info
- **2024-09-18** `041ec1a0e403` — 2 info
- **2024-08-08** `d53276437f78` — 1 info
- **2024-06-07** `299202b0e644` — 1 breaking, 2 warning, 1 info
- **2024-06-07** `5ea1c0d602b9` — 1 breaking, 1 warning
- **2024-06-07** `65d20b9e8c35` — 2 breaking
- **2024-06-06** `fc96dcb0216f` — 1 info
- **2024-06-04** `578e8efc5755` — 1 breaking

## Changes

- **2024-10-02** `c9062e3a3c54` — 1 info
  - the endpoint scheme security `jwt` was added to the API
- **2024-10-02** `936529d30a41` — 1 info
  - the endpoint scheme security `jwt` was removed from the API
- **2024-09-18** `041ec1a0e403` — 2 info
  - the endpoint scheme security `jwt` was added to the API
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2024-08-08** `d53276437f78` — 1 info
  - the endpoint scheme security `cookieAuth` was added to the API
- **2024-06-07** `299202b0e644` — 1 breaking, 2 warning, 1 info
  - for the `path` request parameter `id`, the minLength was increased from `0` to `2`
  - for the `path` request parameter `id`, the maxLength was set to `100`
  - changed the pattern of the `path` request parameter `id` from `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` to `^[a-z0-9]+(_[a-z0-9]+)*$`
  - for the `path` request parameter `id`, the type/format was generalized from `string`/`uuid` to `string`/``
- **2024-06-07** `5ea1c0d602b9` — 1 breaking, 1 warning
  - added the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` to the `path` request parameter `id`
  - changed the pattern of the `query` request parameter `version` from `^(0|[1-9]\d+)\.(0|[1-9]\d+)\.(0|[1-9]\d+)$` to `^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$`
- **2024-06-07** `65d20b9e8c35` — 2 breaking
  - added the pattern `^(0|[1-9]\d+)\.(0|[1-9]\d+)\.(0|[1-9]\d+)$` to the `query` request parameter `version`
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`
- **2024-06-06** `fc96dcb0216f` — 1 info
  - endpoint added
- **2024-06-04** `578e8efc5755` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/docs/abilities/:id/install/post.md) · [API](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [Page](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/changes/abilities/:id/install/post)
