Edit Custom Dashboard
Edit custom dashboard. Only admin and member users can perform this action.
The Entity ID of object requestion information on
Custom dashboard details to be updated
{
"name": "Custom Dashboard Name",
"description": "This is a Custom Dashboard"
}
Name of the custom dashboard
Description of the custom dashboard
OK
"CustomDashboardResponse Object"
Entity Identifier for a custom dashboard
Descriptor or identifier for particular custom dashboard.
Description of the custom dashboard
Create timestamp for custom dashboard
Last update timestamp for custom dashboard
User email of the custom dashboard owner
List of users with read privilege for the custom dashboard
List of users with read and write privilege for the custom dashboard
Pins associated with custom dashboard
LDAP/VIDM groups with read and write privilege of the custom dashboard
LDAP/VIDM groups with read privilege of the custom dashboard
Bad Request
"ApiError Object"
code
message
details
Unauthorized
"ApiError Object"
code
message
details
Forbidden
"ApiError Object"
code
message
details
Not Found
"ApiError Object"
code
message
details
Internal Error
"ApiError Object"
code
message
details
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/ni/custom-dashboards/{id}