Protocols

Creates a protocol

post/api/v1/protocols

Request body

tokenstring required
itemstring

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "item": "{\"name\":\"A protocol name\",\"experiment_procedures\":[],\"elements\":[]}"
}

Response

protocol created

Changes