---
title: "Update offboarding item"
method: PATCH
path: "/v1/offboarding-checklist/template/{id}"
tags: ["Offboarding Checklist"]
---

# Update offboarding item

`PATCH /v1/offboarding-checklist/template/{id}`

Update an offboarding checklist template item to refine required access removal, evidence, or workforce compliance steps.

## Path parameters

- `id` string, required

## Request body

- UpdateTemplateItemDto
  - `title` string
  - `description` string
  - `evidenceRequired` boolean
  - `sortOrder` number
  - `isEnabled` boolean

## Response `200`

---

[API](https://skmtc.net/om-network/apis/betayum-api.md) · [All operations](https://skmtc.net/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/95679a9aa625/schema)
