---
title: "Update current login"
method: PUT
path: "/login"
tags: ["Logins"]
---

# Update current login

`PUT /login`

## Request body

- object
  - `login` object, required
    - `name` string, nullable — The name for the login.
    - `push_token` string — The push token used to send push messages to the device the login was created for.
    - `ios_voip_push_token` string — Voice over IP push token for iOS devices..

## Response `204`

No Content

## Other responses

- `401` — Unauthorized

---

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