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
"UpdatePinRequest Object"
Name of the pin
OK
"PinResponse Object"
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
"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}/ni/api/ni/pinboards/{id}/pins/{pin-id}