pins
Update Pin
Update a pin owned by the "operating user_account".
- By default, the "operation user_account" is the token user_account.
Optional: Business Access: Specify an <code>ad_account_id</code> (obtained via <a href='/docs/api/v5/#operation/ad_accounts/list'>List ad accounts</a>) to use the owner of that ad_account as the "operation user_account". In order to do this, the token user_account must have one of the following <a href="https://help.pinterest.com/en/business/article/share-and-manage-access-to-your-ad-accounts">Business Access</a> roles on the ad_account:
- For Pins on public or protected boards: Owner, Admin, Analyst, Campaign Manager.
- For Pins on secret boards: Owner, Admin.
<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.
Query parameters
ad_account_idstring
Unique identifier of an ad account.
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",
"creative_type": "REGULAR"
}