Update Custom Dashboard Pin
Update the pin for given custom dashboard. Only admin and member users can perform this action
The Entity ID of object requestion information on
The ID of pin requesting information on
Pin details to be updated
{
"pin_name": "Pin Name"
}
Name of the pin
OK
{
"pin_model_key": "1000:10001:78690089",
"pin_name": "Pin Name",
"custom_dashboard_id": "1000:2504:7869098089",
"query": "Alert where Severity = 'Critical'",
"created_timestamp": "1679088763",
"last_updated_timestamp": "16790887689",
"pinned_timestamp": "1679088763",
"owner": "admin@local"
}
Pin model key
Name of the pin
Model key of the custom dashboard of which the pin is part of
Search query behind the pin
Create timestamp of the pin
Last update timestamp of the pin
Timestamp when the pin was pinned
Owner of the pin
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Forbidden
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Not Found
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message