UpsertUserViewPreferenceRequest
Request DTO for creating or updating a user's view preference
Properties
| Name | Type | Description |
|---|---|---|
| configJson* | string | The JSON configuration for this view |
The JSON configuration for this view | ||
JSON Example
{
"configJson": "string"
}