---
title: "POST /measures"
method: POST
path: "/measures"
---

# POST /measures

`POST /measures`

Creates a new measure

## Request body

- SampleMeasure
  - `measure` Measure, required
    - `pia_id` integer
    - `title` string
    - `content` string
    - `placeholder` string

## Response `200`

measure response

- Measure
  - `pia_id` integer
  - `title` string
  - `content` string
  - `placeholder` string

## Other responses

- `default` — unexpected error

## Changes

- **2017-08-02** `254209d118a7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lincnil/apis/pia-back/changes/measures/post.md)

---

[API](https://skmtc.dev/lincnil/apis/pia-back.md) · [All operations](https://skmtc.dev/lincnil/apis/pia-back/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lincnil/pia-back/revisions/3a84809f97eb/schema)
