Tenancy
Tenancy
Section titled “Tenancy”5 endpoints in this module.
/tenancy
Section titled “/tenancy”| Method | Path | Auth | Permissions | Roles | Description |
|---|---|---|---|---|---|
| GET | /api/tenancy/settings/me |
jwt |
SETTINGS_READ |
— | Get tenant settings |
| PATCH | /api/tenancy/settings/me |
jwt |
SETTINGS_WRITE |
— | Update tenant settings |
| GET | /api/tenancy/profile/me |
jwt |
SETTINGS_READ |
— | Get tenant profile (branding, QR format, print templates, photo storage, conflict mode) |
| PATCH | /api/tenancy/profile/me |
jwt |
SETTINGS_WRITE |
— | Update tenant profile (branding, QR format, print templates, photo storage, conflict mode) |
| GET | /api/tenancy/:slug |
public |
— | — | Resolve tenant by slug (public, returns branding info only) |
Source: apps/api/src/modules/tenancy/tenancy.controller.ts