For the complete documentation index, see llms.txt. This page is also available as Markdown.

Business Concepts

Reindex all business concepts

get

Trigger reindexing of all business concepts in the search index.

Responses
202

Reindex process accepted

No content

get/api/business_concepts/search/reindex_all

No content

Generate embeddings for all business concepts

post

Generate vector embeddings for all business concepts to improve search capabilities.

Responses
202

Reindex process accepted

No content

post/api/business_concepts/search/embeddings/_put

No content

Share business concept with domains

put

Share a business concept with one or more target domains.

Path parameters
business_concept_idintegerRequired

Business concept ID

Body
domain_idsinteger[]Required

List of domain IDs to share the business concept with

Responses
200

Business concept updated

application/json
put/api/business_concepts/{business_concept_id}/shared_domains

Share business concept with domains

patch

Share a business concept with one or more target domains.

Path parameters
business_concept_idintegerRequired

Business concept ID

Body
domain_idsinteger[]Required

List of domain IDs to share the business concept with

Responses
200

Business concept updated

application/json
patch/api/business_concepts/{business_concept_id}/shared_domains

Last updated