---
title: "PUT /api/history/{id}/star"
method: PUT
path: "/api/history/{id}/star"
tags: ["Ai.Tlbx.MidTerm.OpenApi"]
---

# PUT /api/history/{id}/star

`PUT /api/history/{id}/star`

## Path parameters

- `id` string, required

## Response `200`

OK

- LaunchEntry
  - `id` string, required
  - `shellType` string, required
  - `executable` string, required
  - `commandLine` string, nullable, required
  - `workingDirectory` string, required
  - `isStarred` boolean, required
  - `label` string, nullable, required
  - `lastUsed` string, date-time, required
  - `order` integer, required
  - `launchMode` string, required
  - `profile` string, nullable, required
  - `surfaceType` string, required
  - `foregroundProcessName` string, nullable, required
  - `foregroundProcessCommandLine` string, nullable, required
  - `foregroundProcessDisplayName` string, nullable, required
  - `foregroundProcessIdentity` string, nullable, required

## Changes

- **2026-04-04** `329be4913b8b` — 5 info
  - added the required property `foregroundProcessCommandLine` to the response with the `200` status
  - added the required property `foregroundProcessDisplayName` to the response with the `200` status
  - added the required property `foregroundProcessIdentity` to the response with the `200` status
  - added the required property `foregroundProcessName` to the response with the `200` status
  - …1 more
- **2026-03-27** `536b8636ac1e` — 7 breaking
  - removed the required property `foregroundProcessCommandLine` from the response with the `200` status
  - removed the required property `foregroundProcessDisplayName` from the response with the `200` status
  - removed the required property `foregroundProcessIdentity` from the response with the `200` status
  - removed the required property `foregroundProcessName` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/tlbx-ai/apis/tlbx-api/changes/api/history/:id/star/put.md)

---

[API](https://skmtc.dev/tlbx-ai/apis/tlbx-api.md) · [All operations](https://skmtc.dev/tlbx-ai/apis/tlbx-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tlbx-ai/apis/tlbx-api/revisions/fc65e50a8c56?raw)
