curl --request PUT \
--url https://api.flare.io/firework/v2/tenants/{tenant_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"number_of_employees": 123,
"industry": "global",
"global_search_calls_limit": 123,
"prevent_global_search": true
}
'{
"next": "<string>",
"items": "<unknown>"
}curl --request PUT \
--url https://api.flare.io/firework/v2/tenants/{tenant_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"number_of_employees": 123,
"industry": "global",
"global_search_calls_limit": 123,
"prevent_global_search": true
}
'{
"next": "<string>",
"items": "<unknown>"
}Documentation Index
Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Tenant display name
The Tenant's purpose / description
The number of employees for the tenant
The Tenant's industry
global, transport, education, energy, finance, healthcare, manufacturing, retail, software, telecommunication "global"
The number of API calls allowed for the tenant.
Was this page helpful?