---
title: "Create a journal parameter"
method: PUT
path: "/api/journal"
tags: ["Journal"]
---

# Create a journal parameter

`PUT /api/journal`

## Request body

- JournalParameter
  - `id` string
  - `name` string, required
  - `unit` string
  - `description` string

## Response `200`

Created

- JournalParameter
  - `id` string
  - `name` string, required
  - `unit` string
  - `description` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/reef-pi/apis/reef-pi-api.md) · [All operations](https://skmtc.net/reef-pi/apis/reef-pi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reef-pi/reef-pi-api/revisions/85b870dc1814/schema)
