---
title: "Update job description"
method: PUT
path: "/job-descriptions/{id}"
tags: ["Job Descriptions"]
---

# Update job description

`PUT /job-descriptions/{id}`

Update the job description for a specific job. Allows setting the external job title and the description content.

## Path parameters

- `id` string, required

## Request body

- UpdateJobDescriptionDto
  - `content` string, nullable, required — The HTML content of the job description. Set to null to clear the description.
  - `externalJobTitle` string, required — The externally visible job title for this job

## Response `204`

Job description updated successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `404` — Job description not found
- `500` — Error response

---

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