Genes
Update gene
Update a gene.
put/api/v1/genes/{id}
Path parameters
idinteger required
The ID of the gene
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"sequence": "ACTGACGACATGGTTCTGACCTGA"
}
}Response
OK
Update a gene.
The ID of the gene
{
"token": "YOUR TOKEN IS HERE",
"item": {
"sequence": "ACTGACGACATGGTTCTGACCTGA"
}
}OK