Sections

Add a section

post/api/v1/sections

Request body

tokenstring required

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "item": {
    "container_type": "Projects::Experiment"
  }
}

Response

section created

Changes