---
title: "Add section to report"
method: POST
path: "/api/v1/reports/add_section_to_report"
tags: ["Reports"]
---

# Add section to report

`POST /api/v1/reports/add_section_to_report`

## Request body

- AddAnExperimentSectionToReport
  - `token` string, required
  - `item` object
    - `report_id` integer, required — the report id
    - `section_id` string, required — the experiment procedure id to copy

## Response `201`

Success! Sections copied to report.

## Other responses

- `401` — Error: Unauthorized
- `500` — Internal server error

---

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