---
title: "Update a Feature's summary"
method: PATCH
path: "/v2/projects/{project}/features/{feature}/summary"
tags: ["Features v2"]
---

# Update a Feature's summary

`PATCH /v2/projects/{project}/features/{feature}/summary`

Update a Feature's summary

## Path parameters

- `feature` string, required
- `project` string, required

## Request body

- UpdateFeatureSummaryDto
  - `maintainers` string[] — Auth0 maintainers of the feature
  - `links` Link[] — Array of links associated with the feature
    - `url` string, required
    - `title` string, required
  - `markdown` string

## Response `200`

- FeatureSummary
  - `maintainers` string[], required — Auth0 maintainers of this feature
  - `links` Link[], required
    - `url` string, required
    - `title` string, required
  - `markdown` string, required

## Other responses

- `400`
- `401`
- `403`
- `404`
- `412`

---

[API](https://skmtc.dev/devcycle/apis/devcycle-management-api.md) · [All operations](https://skmtc.dev/devcycle/apis/devcycle-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devcycle/devcycle-management-api/revisions/d4a127a37608/schema)
