---
title: "Update a draft job ad"
method: PUT
path: "/jobads/{adId}"
tags: ["Job Ad API:Job Ads"]
---

# Update a draft job ad

`PUT /jobads/{adId}`

## Path parameters

- `adId` integer, required

## Request body

- UpdateJobAdDraftCommand
  - `title` string, nullable
  - `reference` string, nullable
  - `summary` string, nullable
  - `bulletPoints` string[], nullable
  - `description` string, nullable
  - `jobId` integer — Associated job
  - `ownerUserId` integer, nullable

## Response `200`

OK

## Other responses

- `204` — NoContent

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
