UpdateContextRequestDto

January 14, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescriptionExample
dataMap<String, Object>:heavy_check_mark:Custom data to associate with this context. Replaces existing data.{
"tenantName": "Acme Corp",
"region": "us-east-1",
"settings": {
"theme": "dark"
}
}