---
title: "Update job board posting"
method: PATCH
path: "/job-boards/postings/{jobBoardPostingId}"
tags: ["Job Boards"]
---

# Update job board posting

`PATCH /job-boards/postings/{jobBoardPostingId}`

Update a job board posting. Set status to PUBLISHED to publish or reopen, or CLOSED to close it.

## Path parameters

- `jobBoardPostingId` string, required

## Request body

- UpdateJobBoardPostingDto
  - `status` 'PUBLISHED' | 'CLOSED'
  - `targetStageId` string
  - `linkedInProjectUrl` string, uri
  - `applyUrl` string, uri

## Response `204`

Job board posting updated successfully.

## Other responses

- `400` — Bad request - invalid update or missing job description content for publish
- `401` — Unauthorized - invalid or missing API key
- `404` — Job board posting 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/revisions/ad1f8c51cf0a/schema)
