PATCH /tables/{id}
Use this method to edit an existing table with the specified id. You must supply a JSON formatted body with your request. | Secured by | | ---------- |
- Prism: Tables Manage domain in the Prism Analytics functional area.
- Prism: Tables Owner Manage domain in the Prism Analytics functional area.
- Prism: Tables Manage Schema domain in the Prism Analytics functional area.
Servers
- https://<tenantHostname>/api/prismAnalytics/v3/{tenant}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
A reference to a Prism Analytics table. Example: The ID of the table. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
documentation |
String | No |
A long string field you can use to include more detailed information about this object for internal documentation purposes. The documentation must contain less than 32,000 characters. |
description |
String | No |
The description of the object. The description must contain less than 1,000 characters. |
displayName |
String | No |
The display name for the object. You can change this name at any time. If you don't include this parameter, Workday sets it to the same value in the name parameter. |
enableForAnalysis |
Boolean | No |
Creates a Prism data source using the data in this table that can be used for querying. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.