Modify a single marker

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"
}

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Language