---
title: "Record a journal entry"
method: POST
path: "/api/journal/{id}/record"
tags: ["Journal"]
---

# Record a journal entry

`POST /api/journal/{id}/record`

## Path parameters

- `id` string, required

## Request body

- JournalEntry
  - `value` number, double, required
  - `timestamp` string, date-time
  - `comment` string

## Response `200`

Entry recorded

- ErrorResponse
  - `message` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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