Sections

Update section

put/api/v1/sections/{id}

Path parameters

idinteger required

The ID of the section

Request body

tokenstring required

Example request

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

Response

section updated

Changes