---
title: "Create Instruction Public"
method: POST
path: "/v1/create_instruction/"
tags: ["Public"]
---

# Create Instruction Public

`POST /v1/create_instruction/`

## Request body

- InstructionApiCreate
  - `content` string, required
  - `type` string, required
  - `template_id` integer, required

## 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)
