---
title: "Upserts candidate misc details"
method: PUT
path: "/candidate/{candidate_id}/misc"
tags: ["Candidate Misc Details"]
---

# Upserts candidate misc details

`PUT /candidate/{candidate_id}/misc`

Update candidate misc details

## Request body

- CandidateMiscDetailsPutBodyDef
  - `transport_type` 'own' | 'public'

## Response `200`

Success response for updating candidate Misc Details

- CandidateMiscDetailsResponseBodyDef
  - `transport_type` 'own' | 'public'
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `candidate_id` string

## Other responses

- `400` — Validation Error. Usually caused by a missing or invalid parameter.
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `404` — Not found. Returned if no resource was found
- `405` — Method not supported Error. Returned if an unsupported http method is used.
- `406` — Not acceptable, Content type not supported
- `default` — unexpected error

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
