docs/dataTable.md in losant_rest-1.7.2 vs docs/dataTable.md in losant_rest-1.8.0
- old
+ new
@@ -37,10 +37,11 @@
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
| applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
| dataTableId | string | Y | ID associated with the data table | | 575ed78e7ae143cd83dc4aab |
| dataTableColumn | [Data Table Column](_schemas.md#data-table-column) | Y | Object containing the new column properties | | [Data Table Column Example](_schemas.md#data-table-column-example) |
+| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
#### Successful Responses
| Code | Type | Description |
| ---- | ---- | ----------- |
@@ -76,10 +77,11 @@
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
| applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
| dataTableId | string | Y | ID associated with the data table | | 575ed78e7ae143cd83dc4aab |
+| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
#### Successful Responses
| Code | Type | Description |
| ---- | ---- | ----------- |
@@ -115,10 +117,11 @@
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
| applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
| dataTableId | string | Y | ID associated with the data table | | 575ed78e7ae143cd83dc4aab |
+| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
#### Successful Responses
| Code | Type | Description |
| ---- | ---- | ----------- |
@@ -156,10 +159,11 @@
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
| applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
| dataTableId | string | Y | ID associated with the data table | | 575ed78e7ae143cd83dc4aab |
| dataTable | [Data Table Patch](_schemas.md#data-table-patch) | Y | Object containing updated properties of the data table | | [Data Table Patch Example](_schemas.md#data-table-patch-example) |
+| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
#### Successful Responses
| Code | Type | Description |
| ---- | ---- | ----------- |
@@ -197,9 +201,10 @@
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
| applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
| dataTableId | string | Y | ID associated with the data table | | 575ed78e7ae143cd83dc4aab |
| columnName | string | Y | Name of the column to remove | | myColumnName |
+| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
#### Successful Responses
| Code | Type | Description |
| ---- | ---- | ----------- |