---
title: "Update current tenant"
method: PATCH
path: "/api/tenants/me"
tags: ["Tenants"]
---

# Update current tenant

`PATCH /api/tenants/me`

Update tenant profile fields such as company name, webhook URL, or custom settings.

## Request body

- UpdateTenantDto
  - `name` string
  - `email` string
  - `webhookUrl` string
  - `settings` object — Custom tenant settings (merged with existing)

## Response `200`

Tenant profile updated

- TenantResponse
  - `id` string, required
  - `name` string, required
  - `slug` string, required
  - `email` string, required
  - `apiKey` string, required
  - `webhookUrl` string
  - `webhookSecret` string
  - `isActive` boolean, required
  - `settings` object
  - `lastLoginAt` string
  - `createdAt` string, required
  - `updatedAt` string, required

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/versions/0e449a4e0dc8/schema)
