---
title: "api/flashlogs/{id} POST
Fill the missing database values with Flashlog values that match"
method: POST
path: "/api/flashlogs/{id}"
tags: ["Api\\FlashLogController"]
---

# api/flashlogs/{id} POST
Fill the missing database values with Flashlog values that match

`POST /api/flashlogs/{id}`

## Query parameters

- `id` integer, required — Flashlog ID to parse

## Headers

- `Authorization` string
- `Content-Type` string
- `Accept` string
- `Accept-language` string

## Request body

- object
  - `matches_min` integer — Flashlog minimum amount of inline measurements that should be matched. Default: 5.
  - `match_props` integer — Flashlog minimum amount of measurement properties that should match. Default: 9.
  - `db_records` integer — Flashlog minimum amount of inline measurements that should be matched. Default: 80.
  - `block_id` integer — Flashlog block index to get both Flashlog as database data from.
  - `from_cache` boolean — get Flashlog parse result from cache (24 hours). Default: true.
  - `save_result` boolean — Flashlog save the parsed result as new log_file_parsed. Default: false.

## Changes

> 15 revisions in range; 1 could not be searched.

- **2022-06-20** `a87569f002e1` — 1 info
  - added the new optional `header` request parameter `Accept-language`
- **2022-06-10** `568ca15f3476` — 1 warning
  - deleted the `header` request parameter `Accept-language`

[Change history](https://skmtc.dev/beepnl/apis/beep/changes/api/flashlogs/:id/post.md)

---

[API](https://skmtc.dev/beepnl/apis/beep.md) · [All operations](https://skmtc.dev/beepnl/apis/beep/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beepnl/beep/revisions/7f1e35deb524/schema)
