latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Antibodies

Update an antibody

Update an antibody.

put/api/v1/antibodies/{id}

Path parameters

idinteger required

The ID of the antibody

Request body

tokenstring required

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "item": {
    "preparation_date": "yyyy-mm-dd",
    "immune": 1,
    "reacts_with": "Mouse"
  }
}

Response

OK