---
title: "Update a job property"
method: PATCH
path: "/configuration/job-properties/{id}"
tags: ["configuration"]
---

# Update a job property

`PATCH /configuration/job-properties/{id}`

Updates a job property. Id parameter is a job property id or key.

## Response `200`

Updated job property

- JobPropertyDefinition
  - `id` string
  - `label` string, required
  - `category` 'job' | 'organization', required
  - `active` boolean
  - `visible` boolean, required
  - `required` boolean
  - `key` string
  - `actions` Actions

## Other responses

- `400` — Job property is not editable
- `403` — Forbidden to access the resource, check your authorisation and rights.
- `404` — Job property not found
- `422` — With code: * *DEFINITION_NAME_IS_NOT_ALLOWED* when job property name is restricted.

---

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