PUT api/v1/dashboardconfig/dashboards/{dashboardId}
Update DashboardModel by primary key. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dashboardId | globally unique identifier |
Required |
Body Parameters
DashboardModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsDuplicateName | boolean |
None. |
|
| Message | string |
None. |
|
| DashboardId | globally unique identifier |
Required |
|
| DashboardName | string |
Required String length: inclusive between 0 and 50 |
|
| DashboardDescription | string |
String length: inclusive between 0 and 500 |
|
| CreatedDate | date |
Required |
|
| Createdby | string |
Required String length: inclusive between 0 and 50 |
|
| IsEnabled | boolean |
None. |
|
| DashboardURLPattern | string |
None. |
|
| DepartmentsPerClusters | Collection of DepartmentsPerClusterModel |
None. |
|
| Entities | Collection of EntityModel |
None. |
|
| PersonalFilters | Collection of PersonalFilterModel |
None. |
|
| UserPreferences | Collection of UserPreferenceModel |
None. |
|
| SkillGroupMappings | Collection of SkillGroupMappingModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
None.