---
title: "Edit contacts"
method: PUT
path: "/characters/{character_id}/contacts"
tags: ["Contacts"]
---

# Edit contacts

`PUT /characters/{character_id}/contacts`

Bulk edit contacts with same settings

## Path parameters

- `character_id` integer, required

## Query parameters

- `label_ids` integer[] — Add custom labels to the contact
- `standing` number, double, required — Standing for the contact
- `watched` boolean — Whether the contact should be watched, note this is only effective on characters

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string

## Request body

- integer[]

## Response `204`

Contacts updated

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/versions/7bad2f0024dd/schema)
