Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:8000/tenant \ --header 'Content-Type: application/json' \ --data ' { "name": "Nuevo Nombre S.A.", "slug": "nuevo-nombre" } '
{ "created_at": "2024-01-01T00:00:00Z", "id": "660e8400-e29b-41d4-a716-446655440000", "name": "Empresa Ejemplo S.A.", "slug": "empresa-ejemplo", "status": "active", "updated_at": "2024-01-01T00:00:00Z" }
Schema for updating a Tenant (partial update).
Display name of the tenant
255
URL-friendly unique identifier (lowercase letters, digits, hyphens)
3 - 100
^[a-z0-9-]+$
Successful Response
Schema for Tenant response.
active
inactive