Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 1.36 KB

File metadata and controls

8 lines (5 loc) · 1.36 KB

UpdateContextRequestDto

Fields

Field Type Required Description Example
Data Dictionary<String, object> ✔️ Custom data to associate with this context. Replaces existing data. {
"tenantName": "Acme Corp",
"region": "us-east-1",
"settings": {
"theme": "dark"
}
}