---
title: "Unarchive a job property value"
method: PUT
path: "/configuration/job-properties/{id}/values/{valueId}"
tags: ["configuration"]
deprecated: true
---

# Unarchive a job property value

`PUT /configuration/job-properties/{id}/values/{valueId}`

> **Deprecated.**

Unarchive a job property value. Id parameter is a job property id or key. `DELETE /configuration/job-properties/{id}/archive-values/{valueId}` instead.

## Response `204`

## Other responses

- `404` — with codes: * *JOB_PROPERTY_NOT_FOUND* when job property does not exist * *JOB_PROPERTY_VALUE_NOT_FOUND* when job property value does not exist
- `422` — with codes: * *VALUE_LABEL_IS_INVALID* when value label contains invalid characters. In order to unarchive the value, first update the label with only valid characters.

---

[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)
