---
title: "Update Training Registar By Id"
method: PATCH
path: "/training/{id}"
tags: ["Training"]
---

# Update Training Registar By Id

`PATCH /training/{id}`

## Path parameters

- `id` integer, required

## Request body

- object

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-04-05** `c419b1e72a65` — 1 breaking, 7 warning, 9 info
  - removed the success response with the status `202`
  - removed the request property `department`
  - removed the request property `description`
  - removed the request property `duration`
  - …13 more
- **2025-09-12** `854e256fb672` — 1 info
  - endpoint added
- **2025-09-11** `cfa9ae933c17` — 1 breaking
  - api path removed without deprecation
- **2025-08-29** `af64a3a9480e` — 8 info
  - added the new optional request property `department`
  - added the new optional request property `description`
  - added the new optional request property `duration`
  - added the new optional request property `id`
  - …4 more
- **2025-08-08** `550d1cb0d011` — 2 breaking, 8 warning, 3 info
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the success response with the status `202`
  - removed the request property `department`
  - removed the request property `description`
  - …9 more

[Full history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/training/:id/patch.md)

---

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