Update Pin
Update the pin for given pinboard. 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
{
"name": "Pin Name"
}
Name of the pin
OK
{
"id": "1000:10001:7869000989",
"pinboard_id": "1000:10002:7869098089",
"name": "Pin Name",
"created_timestamp": 1679088763,
"last_updated_timestamp": 16790887689,
"query": "Alert where Severity = 'Critical'",
"pinned_timestamp": 1679088763,
"owner": "admin@local"
}
Model key for the pin
Model key of the pinboard of which the pin is part of
Name of the pin
Create timestmp of the pin
Last update timestamop of the pin
Query behind 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