latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Submodules

Add parent to an item

post/api/v1/{biocollection_name}

Path parameters

biocollection_namestring required

collection name

Request body

tokenstring required

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "item": {
    "title": "child",
    "parents_uuid": [
      "85ed5fca-1114-49ec-8661-48563534efb2"
    ]
  }
}

Response

parent created