Update Pin
This api is deprecated. Please use custom dashboard api instead.
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
"PinResponse Object"
Model key for the pin
Model key of the custom dashboard of which the pin is part of
Name of the pin
Create timestamp 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
"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/pinboards/{id}/pins/{pin-id}