Skip to main content
PUT
Update an institution

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

Institution ID

Body

application/json

Any combination of institution fields; only the keys sent are written.

conversationModel
string

Conversation model for the twin ('' = the platform default).

conversationFallbackModel
string

Fallback conversation model — answers when the conversation model fails before any reply started. '' inherits the platform default (System Models → Conversation Fallback, unset until an operator picks one); otherwise a catalog conversation model or a custom:<aimodelId> reference to one of this twin's active custom conversation models. Any other value is rejected with 400.

Response

Institution updated

success
boolean
Example:

true

message
string

Success message

Example:

"User institution deleted successfully"