---
title: "Update blueprint"
method: PATCH
path: "/api/blueprints/{id}/"
tags: ["Blueprints"]
---

# Update blueprint

`PATCH /api/blueprints/{id}/`

Update a blueprint. Only title, description, and task_ids can be changed.

## Path parameters

- `id` integer, required

## Request body

- PatchedBlueprintUpdateRequest — Serializer for updating a blueprint. Only title, description, and task_ids can be changed.
  - `description` string, nullable — Project description
  - `task_ids` integer[]
  - `title` string, nullable — Blueprint name. Must be between 3 and 50 characters long.

## Response `200`

- Blueprint
  - `created_at` string, date-time, required
  - `created_by` integer, nullable
  - `description` string, nullable — Project description
  - `id` integer, required
  - `label_config` string, nullable — Labeling configuration in XML format
  - `project` integer, required
  - `share_id` string, required — base64 encoded id
  - `short_url` string, required
  - `task_count` integer, required
  - `title` string, nullable — Blueprint name. Must be between 3 and 50 characters long.
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
