PUT /api/users/135138680/table_preferences/test_subscriptions_resource
{
"columns": [
"1",
"2",
"3"
],
"table_preference": {
"columns": [
"1",
"2",
"3"
]
}
}
200
{
"id": 3,
"name": "test_subscriptions_resource",
"columns": [
"1",
"2",
"3"
],
"created_at": "2021-05-18 16:29:57 UTC",
"updated_at": "2021-05-18 16:29:57 UTC"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
table_preferences required |
Validations:
|
|
table_preferences[name] required |
Name of the table Validations:
|
|
table_preferences[columns] optional |
List of user selected columns Validations:
|