CreateContextRequestDto

January 14, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescriptionExample
typeString:heavy_check_mark:Context type (e.g., tenant, app, workspace). Must be lowercase alphanumeric with optional separators.tenant
idString:heavy_check_mark:Unique identifier for this context. Must be lowercase alphanumeric with optional separators.org-acme
dataMap<String, Object>:heavy_minus_sign:Optional custom data to associate with this context.{
"tenantName": "Acme Corp",
"region": "us-east-1",
"settings": {
"theme": "dark"
}
}