UpdateConfigSchemaBody
objectThe JSON Schema definition to apply to a config page.
schemaobjectrequired
JSON Schema (Draft 7) definition
Example
UpdateConfigVariablesBody
objectVariables to shallow-merge into an environment’s config page.
variablesobjectrequired
Key-value pairs to merge into the existing config
Example
UpdateConnectorBody
objectPartial update to a connector.
Only fields present in the request body are changed; absent fields are
left alone. Pass null to clear a value explicitly.
variantIdstring
Variant ID to assign, or null to unassign
asrLangCodestring
ASR language code (e.g. en-US)
voiceNamestring
Google TTS voice name (e.g. en-US-Neural2-A). tts_lang_code is auto-derived from the voice name prefix. Validated via TTS probe.
projectIdstring
Move connector to a different project. API key must have access to both projects.
Example
UpdateKnowledgeBaseTopicBody
object * Additional properties are NOT allowed.
namestring
>= 1 characters
contentstring
actionsstring
exampleQueriesobject
* Additional properties are NOT allowed.
Show Child Parameters
isActiveboolean
Example
UpdateVariantBody
object * Additional properties are NOT allowed.
namestring
>= 1 characters
attributeValuesobject
* Additional properties are NOT allowed.
Show Child Parameters
isDefaultboolean
Example