---
title: "Assign a controller by token"
method: POST
path: "/controllers/{token}/assign"
tags: ["Controllers"]
---

# Assign a controller by token

`POST /controllers/{token}/assign`

## Path parameters

- `token` string, required

## Request body

- object
  - `controller` object, required
    - `name` string, required — The name of the controller
    - `place_id` integer, required — The place ID of the controller

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[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)
