pins
Update Pin
Update a pin owned by the "operating user_account".
<strong>This endpoint is currently in beta and not available to all apps. <a href='/docs/new/about-beta-access/'>Learn more</a>.</strong>
patch/pins/{pin_id}
Path parameters
pin_idstring required
Unique identifier of a Pin.
Request body
Example request
{
"link": "https://www.pinterest.com/"
}Response
response
Example response
{
"id": "813744226420795884",
"created_at": "2020-01-01T20:10:40-00:00",
"link": "https://www.pinterest.com/",
"dominant_color": "#6E7874"
}