---
title: "Update the specified track."
method: PUT
path: "/tracks/{trackId}"
tags: ["Tracks"]
---

# Update the specified track.

`PUT /tracks/{trackId}`

Update the specified track.

## Request body

- TrackModifyJson — unresolved $ref

## Response `204`

A empty response

## Other responses

- `400` — The request was malformed.
- `401` — Authentication information is missing or invalid
- `403` — The operation is not allowed by current user.
- `404` — The Resource could not be found.
- `5XX` — An internal server error occurred.

## Changes

- **2021-12-14** `41dac4f34d9e` — 1 breaking, 5 info
  - removed the success response with the status `201`
  - the endpoint scheme security `basicAuth` was added to the API
  - api tag `Tracks` added
  - api tag `tracks` removed
  - …2 more
- **2021-12-08** `6b395925cb6a` — 1 info
  - endpoint added
- **2021-12-07** `9e60f373a1f0` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/envirocar/apis/envirocar-rest-api/changes/tracks/:trackId/put.md)

---

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