---
title: "Add Favorite"
method: POST
path: "/characters/{character_id}/favorite"
tags: ["characters"]
---

# Add Favorite

`POST /characters/{character_id}/favorite`

Add a character to user's favorites.

## Path parameters

- `character_id` string, uuid, required

## Response `200`

Successful Response

- FavoriteCharacterResponse — Response for favorite operations.
  - `character_id` string, uuid, required
  - `is_favorite` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
