PUT api/enableMatrix?matrixId={matrixId}
Enables a matrix by setting its deleted flag to false and returns the updated matrix metadata.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matrixId |
The ID of the matrix to enable. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the updated matrix metadata wrapped in a `DataRowResponse`. On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}