PUT api/setMatrixAsDiscrete?matrixId={matrixId}
Marks the specified matrix as having a discrete structure.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matrixId |
The unique identifier of the matrix to update. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with updated matrix metadata in a dataset. On failure: HTTP 400 Bad Request with a generic error response.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}