v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlookupManagement
Edit a lookup table.
Edit the lookup table data. All the fields are mandatory in the request.
put/v1/lookupTables/{id}
Path parameters
idstring required
Example:0000000001C41EE4
Identifier of the lookup table.
Request body
Example request
{
"ttl": 100,
"description": "This is a sample lookup table description.",
"sizeLimitAction": "DeleteOldData"
}Response
Configuration updated successfully.
Example response
{
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"description": "This is a sample lookup table description.",
"fields": [
{
"fieldName": "FieldName1",
"fieldType": "boolean"
}
],
"primaryKeys": [
"FieldName1"
],
"ttl": 100,
"sizeLimitAction": "DeleteOldData",
"name": "SampleLookupTable",
"parentFolderId": "0000000001C41EE4",
"id": "0000000001C41EE4",
"contentPath": "/Library/Users/johndoe@acme.com/lookupTable",
"size": 100
}