Note: The Docus Lab API is in active development. Features and endpoints may be updated. Please refer to the latest API version in the official documentation for the most accurate information.
{ "biomarker_group_id": "string", "title": "string", "description": "string", "abbr": "string" }
curl --location --request PUT '/biomarker-groups/' \ --header 'Content-Type: application/json' \ --data-raw '{ "biomarker_group_id": "string", "title": "string", "description": "string", "abbr": "string" }'