---
title: "Update candidate avatar"
method: PATCH
path: "/candidates/{id}/avatar"
tags: ["Candidates"]
---

# Update candidate avatar

`PATCH /candidates/{id}/avatar`

Update a candidate's avatar from an uploaded image file.

## Path parameters

- `id` string, required

## Response `204`

Avatar updated successfully

## Other responses

- `400` — Bad request - missing or invalid image file
- `401` — Unauthorized - invalid or missing authentication
- `404` — Candidate not found
- `413` — Payload too large - file exceeds the size limit
- `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/versions/ad1f8c51cf0a/schema)
