---
title: "Update Instruction Public"
method: PUT
path: "/v1/update_instruction/"
tags: ["Public"]
---

# Update Instruction Public

`PUT /v1/update_instruction/`

## Query parameters

- `instruction_id` integer, required

## Request body

- InstructionApiUpdate
  - `content` string, nullable
  - `type` string, nullable

## Response `200`

Successful Response

- InstructionApiOut
  - `content` string, nullable
  - `type` string, nullable
  - `id` integer, required
  - `template_id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/koncile/apis/koncile-api.md) · [All operations](https://skmtc.dev/koncile/apis/koncile-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/koncile/koncile-api/revisions/57d8047aa20b/schema)
