Pinhere/updateProject

Online calls unavailable · details below

PinherePinhere issue collaboration API

PATCH/projects/{projectId}

Update project

Updates a project name or description using If-Match.

Pinhere APIs for projects, origins, issues, private screenshots, webhooks, PATs, and Chrome-extension OAuth. The fixed PontxSpec covers all 34 Endpoints. Hub provides documentation and a local SDK/CLI only; it proxies no request.

Request

operationId
updateProject
Server
https://pinhere-jasonhzqs-projects.vercel.app/api/v1
Authentication
pinherePat, websiteSession, extensionOAuth

Request parameters

projectId

pathstringrequired

Project ID.

prj_example

If-Match

headerstringrequired

Must match the ETag derived from the resource version.

1

Idempotency-Key

headerstring

Retained for 24 hours per account and endpoint; reuse with a different request returns 409.

example-idempotency-key

Request body

ProjectUpdateInputrequired

Content-Type: application/json

Properties: namedescription

Responses

200

objectapplication/json

Project updated.

Properties: data

412

ErrorResponseapplication/json

If-Match is missing or the version conflicts.

Properties: error

default

ErrorResponseapplication/json

Standard error response.

Properties: error

{
  "data": {
    "id": "prj_example",
    "userId": "usr_example",
    "name": "Checkout",
    "description": "Checkout experience issues",
    "createdAt": "2026-08-15T08:00:00.000Z",
    "updatedAt": "2026-08-15T08:00:00.000Z",
    "version": 1
  }
}