Make / remove columns as mandatory
Use this API to make or remove columns as mandatory
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body — REQUIRED |
|---|
columnMandatoryStatusMap objectMap that contains the columnId as key and isMandatory boolean as value. Only send the data that you want to change |
| Responses | ||
|---|---|---|
200Returns the list of all columns marked as mandatory
|