Update business profile
PUT /api/v1/tenant/business-profile
Update the current tenant’s business profile fields.
Authorizations
Request Body required
Request body for PUT /tenant/business-profile.
All fields are optional — only provided fields are updated.
Attributes: name: Business name. description: Brief description. industry: Industry classification. sub_industry: Sub-industry classification. stage: Business stage. business_model: Revenue model. website_url: Business website URL. location: Physical location. employee_count: Number of employees. annual_revenue_range: Revenue range bucket. target_customer: Ideal customer description. unique_value_proposition: Core UVP text. products_services: Products and services description. current_challenges: Current business challenges.
object
Responses
200
Successful Response
Wrapper response for business profile endpoints.
Attributes: data: The business profile payload.
object
Business profile fields returned by GET /tenant/business-profile.
Attributes: id: Unique profile identifier. tenant_id: Owning tenant UUID. name: Business name. description: Brief description of the business. industry: Industry classification. sub_industry: Sub-industry classification. stage: Business stage (e.g. seed, growth, scale). business_model: Revenue model (e.g. SaaS, marketplace). website_url: Business website URL. location: Physical location. employee_count: Number of employees. annual_revenue_range: Revenue range bucket. target_customer: Description of ideal customer. unique_value_proposition: Core UVP text. products_services: Products and services description. current_challenges: List of current business challenges.
object
422
Validation Error