---
title: "Add parent to an item"
method: POST
path: "/api/v1/{biocollection_name}"
tags: ["Submodules"]
---

# Add parent to an item

`POST /api/v1/{biocollection_name}`

## Path parameters

- `biocollection_name` string, required

## Request body

- object
  - `token` string, required
  - `item` object
    - `title` string — the item title to add parent to
    - `parents_uuid` string[]

## Response `201`

parent created

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request - Title cannot be blank

---

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