---
title: "PATCH /v1/projects/{projectId}/blueprints/{blueprintId}"
method: PATCH
path: "/v1/projects/{projectId}/blueprints/{blueprintId}"
tags: ["Blueprints"]
---

# PATCH /v1/projects/{projectId}/blueprints/{blueprintId}

`PATCH /v1/projects/{projectId}/blueprints/{blueprintId}`

## Path parameters

- `projectId` string, required
- `blueprintId` string, required

## Request body

- GoliothBlueprintUpdate
  - `boardId` string
  - `name` string
  - `platform` string

## Response `200`

A successful response.

- GoliothUpdateBlueprintResponse
  - `data` GoliothBlueprint
    - `boardId` string
    - `createdAt` string, date-time
    - `id` string
    - `name` string
    - `platform` string
    - `updatedAt` string, date-time

## Other responses

- `default` — An unexpected error response.

---

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