UpdateMatrix

Description

Update an existing matrix in a panel.

Signature
void UpdateMatrix(string key, string panelId, SamplingMatrix matrix)

Parameters

Name Data Type Description

key

string required

The authentication key

panelId

string required

The panel ID

matrix

SamplingMatrix required

SamplingMatrix representing the matrix you want to update.

Response

Data Type Description

Example