---
title: "[DISABLED] Edit an existing Pinterest pin"
method: PATCH
path: "/api/v1/misc/pinterest/pin"
tags: ["misc"]
deprecated: true
---

# [DISABLED] Edit an existing Pinterest pin

`PATCH /api/v1/misc/pinterest/pin`

> **Deprecated.**

Temporarily disabled

## Request body

- object
  - `teamId` string, required
  - `postId` string, required — The ID of the post in our database
  - `title` string — The updated title
  - `description` string — The updated description
  - `link` string, uri — The updated destination link
  - `altText` string — The updated alt text
  - `note` string — The updated note

## Response `200`

200

- object
  - `success` boolean, required
  - `permalink` string, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/bundle/apis/bundle-social-api.md) · [All operations](https://skmtc.net/bundle/apis/bundle-social-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bundle/bundle-social-api/versions/b773556c2f09/schema)
