Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 2.59 KB

File metadata and controls

10 lines (7 loc) · 2.59 KB

CreateContextRequestDto

Fields

Field Type Required Description Example
type str ✔️ Context type (e.g., tenant, app, workspace). Must be lowercase alphanumeric with optional separators. tenant
id str ✔️ Unique identifier for this context. Must be lowercase alphanumeric with optional separators. org-acme
data Dict[str, Any] Optional custom data to associate with this context. {
"tenantName": "Acme Corp",
"region": "us-east-1",
"settings": {
"theme": "dark"
}
}