---
title: "Create a VTC news post"
method: POST
path: "/vtcs/{id}/management/news"
tags: ["VTC Management"]
---

# Create a VTC news post

`POST /vtcs/{id}/management/news`

## Path parameters

- `id` string, required — VTC id or handle.

## Request body

- object
  - `title` string, required
  - `content` string, required
  - `pinned` boolean
  - `publishAt` string, date-time, nullable

## Response `200`

OK

- object
  - `id` number, required
  - `title` string, required
  - `createdAt` string, required
  - `publishAt` string, nullable, required

## Changes

- **2026-09-27** `880b1f4d531c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/changes/vtcs/:id/management/news/post.md)

---

[API](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api.md) · [All operations](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/revisions/880b1f4d531c?raw)
