patch https://api.sbgenomics.com/v2/genome/markers/
This call modifies a single genetic marker.
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/genome/markers/{marker_id}
Heads Up!
This page documents the Advance Access version (think "beta" but with fewer bugs) of the Marker functionality.
Example request body
{
"position":{
"start":1233,
"end":1244
},
"name":"Some cancer marker"
}