Put table schema
Updated: January 23, 2017
The Put table schema updates a schema and metadata for the specified table.
Note To call this operation, an app token or key is required. To learn more, see Authenticating and authorizing with Power BI Embedded.
PUT /v1.0/collections/{collectionName}/workspaces/{workspaceId}/datasets/{datasetKey}/tables/{tableName}
Uri parameter
| Name | Description |
|---|---|
| collectionName (required) | The workspace collection name |
| workspaceId (required) | The workspace id |
| datasetKey (required) | The dataset id |
| tableName (required) | The table name |
| requestMessage (required) | The request message |
Status code
| Code | Description |
|---|---|
| 200 | OK. Indicates success. An table object is returned in the response body. |
Content-Type
application/json
Show: