latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Compounds

Update compound attributes

put/api/v1/compounds/{id}

Path parameters

idinteger required

compound id

Request body

tokenstring required
smilesstring

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "smiles": "C(=O)N1CCC(CCCC(=O)c2ccc(Cl)n(Cc3ncc(o3)-c3ccc(Cl)cc3)c2=O)CC1",
  "item": {
    "structure": "C(=O)N1CCC(CCCC(=O)c2ccc(Cl)n(Cc3ncc(o3)-c3ccc(Cl)cc3)c2=O)CC1"
  }
}

Response

compound updated