---
title: "Update Job Title"
method: PATCH
path: "/v2/jobs/{id}"
---

# Update Job Title

`PATCH /v2/jobs/{id}`

Update the title of a job.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `projectId` string, uuid, required

## Request body

- UpdateJobTitleRequestBody
  - `title` string, required

## Response `200`

Successful response

- object
  - `success` boolean
  - `message` string
  - `messageKey` string
  - `data` unknown[]
    - unknown

## Other responses

- `400` — Validation/Bad request error response
- `404` — Not found error response
- `500` — Internal server error response

---

[API](https://skmtc.net/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.net/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/versions/ecbeb5d8dc13/schema)
