---
title: "Update Feature Showcase"
method: GET
path: "/manage_features"
tags: ["Packages", "Updates"]
---

# Update Feature Showcase

`GET /manage_features`

This function lists and manages items in the
[Feature Showcase](https://go.cpanel.net/GuidetotheFeatureShowcase).

**Note:**

* This function's output changes, depending on which value you pass to the `action` parameter.
* The example in this document displays the function's return when the `action`
parameter value is `info`.

## Query parameters

- `action` 'info' | 'list' | 'enable' | 'disable', required
- `features` string

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `action` object[] — An array of objects containing feature information. **Note:** The function **only** returns this array if you pass the `enabled` or `disabled` values to the `action` parameter.
      - `feature` string — The feature's ID.
      - `status` string — The feature's state.
    - `feature` object[] — An array of objects containing feature information. **Note:** The function **only** returns this array if you pass the `info` or `list` values to the `action` parameter.
      - `description` string — The feature's description. **Note:** The function **only** returns this value if you pass the `info` value to the `action` parameter.
      - `enabled` 1 | 0 — Whether the feature is enabled. * `1` — Enabled. * `0` — Disabled. **Note:** The function **only** returns this value if you pass the `info` or `list` values to the `action` parameter.
      - `feature_key` string — The feature's ID. **Note:** The function **only** returns this value if you pass the `info` or `list` values to the `action` parameter.
      - `link` string, url — The feature's documentation link. **Note:** The function **only** returns this value if you pass the `info` value to the `action` parameter.
      - `name` string — The feature's name. **Note:** The function **only** returns this value if you pass the `info` value to the `action` parameter.
      - `recommended` 1 | 0 — Whether we recommend that you install the feature. * `1` — Recommended. * `0` — **Not** recommended. **Note:** The function **only** returns this value if you pass the `info` value to the `action` parameter.
      - `vendor` string — The feature's vendor. **Note:** The function **only** returns this value if you pass the `info` value to the `action` parameter.
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the API function failed when the `metadata.result` field is `0`. This field may display a success message when a function succeeds.
    - `result` 1 | 0 — * `1` — Success. * `0` — Failed. Check the `reason` field for more details.
    - `version` integer — The version of the API function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
