---
title: "Create multiple time logs at once"
method: POST
path: "/time_logs/bulk_create.json"
tags: ["Time logs"]
---

# Create multiple time logs at once

`POST /time_logs/bulk_create.json`

## Request body

- TimeLogUpdate[]
  - `start` string, date-time
  - `stop` string, date-time
  - `comments` string

## Response `200`

time logs found

## Other responses

- `401` — missing or wrong api key
- `403` — insufficient permissions

---

[API](https://skmtc.net/hicknhack-software/apis/hourglass-api.md) · [All operations](https://skmtc.net/hicknhack-software/apis/hourglass-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hicknhack-software/hourglass-api/versions/42cc6d20ab5d/schema)
