---
title: "POST /features"
method: POST
path: "/features"
tags: ["FeatureController"]
---

# POST /features

`POST /features`

| Permissions |
| ------- |
| CreateFeature   |
| 2   |

## Request body

- NewFeature — The features table (tsType: Feature, schemaOptions: { title: 'NewFeature' })
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `name` string, required
  - `key` string, required
  - `description` string
  - `defaultValue` string
  - `type` string
  - `metadata` object

## Response `200`

Feature model instance

- Feature — The features table
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `name` string, required
  - `key` string, required
  - `description` string
  - `defaultValue` string
  - `type` string
  - `metadata` object

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
