---
title: "Update topic join token"
method: PUT
path: "/api/users/:userId/topics/:topicId/tokenJoin"
tags: ["topic"]
---

# Update topic join token

`PUT /api/users/:userId/topics/:topicId/tokenJoin`

Create and update new topic join token

## Path parameters

- `userId` string, required
- `topicId` string, required

## Response `201`

Topics join token updated successfully

- object
  - `status` object
    - `code` integer
    - `data` object
      - `tokenJoin` string

## Changes

- **2018-08-20** `3ff54b27e8aa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citizenos/apis/citizenos-api/changes/api/users/:userId/topics/:topicId/tokenJoin/put.md)

---

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