POST /api/users/135138680/table_preferences { "name": "test_subscriptions_resource", "columns": [ "1", "2", "3" ], "table_preference": { "name": "test_subscriptions_resource", "columns": [ "1", "2", "3" ] } } 201 { "id": 1, "name": "test_subscriptions_resource", "columns": [ "1", "2", "3" ], "created_at": "2024-02-22 15:52:48 UTC", "updated_at": "2024-02-22 15:52:48 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:
|
user_id
required |
ID of the user Validations:
|
name
required |
Name of the table Validations:
|
columns
required |
List of user selected columns Validations:
|