---
title: "Upsert a single open tab for the current user"
method: POST
path: "/open-tabs"
tags: ["Open Tabs"]
---

# Upsert a single open tab for the current user

`POST /open-tabs`

## Request body

- object
  - `id` string, required
  - `tabType` string, required
  - `hostId` integer, nullable
  - `label` string, required
  - `tabOrder` integer, required
  - `backendSessionId` string, nullable

## Response `200`

Tab upserted successfully.

---

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