latestOpenAPI 3.0.02026-08-10330179317.3 KB
0534e4d70b77
Elements
Add element
This endpoint creates an element within a specific section of an ELN or knowledgebase item.
To add an element, specify its type and the corresponding section ID, Once created, the element is automatically integrated and displayed in the designated section.
post/api/v1/elements
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"container_type": "ExperimentProcedure"
}
}Response
Created