---
title: "Edit Account"
method: PUT
path: "/{item_id}/edit"
tags: ["Accounts managing"]
---

# Edit Account

`PUT /{item_id}/edit`

Edits any details of account.

## Path parameters

- `item_id` integer, required — Item id.

## Request body

- object
  - `title` string — Title of account. If **title** specified and **title_en** is empty, **title_en** will be automatically translated to English language.
  - `title_en` string — English title of account. If **title_en** specified and **title** is empty, **title** will be automatically translated to Russian language.
  - `price` integer — Current price of account in your currency.
  - `currency` 'rub' | 'uah' | 'kzt' | 'byn' | 'usd' | 'eur' | 'gbp' | 'cny' | 'try' | 'jpy' | 'brl'
  - `item_origin` 'brute' | 'phishing' | 'stealer' | 'autoreg' | 'personal' | 'resale' | 'dummy' | 'self_registration' | 'retrieve_via_support' — Account origin.
  - `email_login_data` string — Email login data (email:password format).
  - `email_type` 'native' | 'autoreg' — Email type.
  - `allow_ask_discount` boolean — Allow users to ask discount for this account.
  - `proxy_id` integer — Using proxy id for account checking. See GET or POST /proxy to get or edit proxy list.
  - `description` string — Account public description.
  - `information` string — Account private information (visible only for buyer).

## Response `200`

Successful Response.

- object
  - `status` string
  - `message` string
  - `system_info` RespSystemInfo
    - `rate_limit` object, required
      - `limit` integer, required
      - `remaining` integer, required
      - `reset` integer, required
      - `bucket` string
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Error Response.

---

[API](https://skmtc.net/lzt/apis/lolzteam-public-api-market.md) · [All operations](https://skmtc.net/lzt/apis/lolzteam-public-api-market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lzt/lolzteam-public-api-market/revisions/e939f4b36a9f/schema)
