Skip to main content
PUT
Update model assignment for a system section

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Body

application/json
section
enum<string>
required

Which system section this assignment governs: dataExtraction, automations, or messageGeneration.

Available options:
dataExtraction,
automations,
messageGeneration
provider
enum<string>
required

Provider that will serve this section, identified by its vercelUniqueName.

Available options:
anthropic,
openai,
google
model
string
required

modelName from the provider's modelDetails; must exist in the AiModel registry entry.

Response

Model assignment updated

Returned after a section's model assignment is updated.

success
enum<boolean>
required
Available options:
true
message
string
required
data
object
required