cURL
curl --request POST \ --url https://api.example.com/analyses/{analysis_node_id}/draft/commit \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
apply the staged changes to the analysis. This creates a new analysis node.
API key in Bearer token format
Successful Response