---
title: "Update Story Highlight"
method: PUT
path: "/api/{account}/stories/highlights/{highlight_id}"
tags: ["Story Highlights"]
---

# Update Story Highlight

`PUT /api/{account}/stories/highlights/{highlight_id}`

Update the details of a specific story highlight by its ID.

## Request body

- object
  - `title` string, required — The new title for the story highlight. Provide the old value if you don't want to change it.
  - `coverStoryId` integer, required — The ID of the story to use as the cover for the highlight. Provide the old value if you don't want to change it.
  - `storyIds` string[], required — An array of story IDs to include in the highlight. Provide the old value if you don't want to change it.

## Response `200`

Success

- object
  - `data` object
    - `id` integer
    - `userId` integer
    - `title` string
    - `coverStoryId` integer
    - `cover` string
    - `storiesCount` integer
    - `createdAt` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` string, nullable
      - `remaining_minute` integer
      - `remaining_day` string, nullable
      - `notice` string

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
