---
title: "Changes to Create / Update Tenants"
method: POST
path: "/v1/tenant/{tenant_id}/"
---

# Changes to Create / Update Tenants

`POST /v1/tenant/{tenant_id}/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 7 revisions.

- **2026-08-30** `ea7b2f7c41a9` — 1 breaking, 1 warning, 5 info

## Changes

- **2026-08-30** `ea7b2f7c41a9` — 1 breaking, 1 warning, 5 info
  - added the pattern `^[a-z0-9_.-]+$` to the `path` request parameter `tenant_id`
  - for the `path` request parameter `tenant_id`, the maxLength was set to `64`
  - added the new optional request property `blocked_channels`
  - added the new optional request property `parent_id`
  - added the new required request property `name` with a default value
  - the request property `tenant_name` became optional
  - the `tenant_name` request property default value `Awesome Tenant` was removed

---

[Operation](https://skmtc.dev/suprsend/apis/suprsend-api/docs/v1/tenant/:tenant_id/post.md) · [API](https://skmtc.dev/suprsend/apis/suprsend-api.md) · [Page](https://skmtc.dev/suprsend/apis/suprsend-api/changes/v1/tenant/:tenant_id/post)
