List Update Input
Input to update your lists.
Object containing params required for updating existing list
var listUpdateDef = {
"lid": "list Id",
"lnote": "List note",
"lprops": {}
};
--data-urlencode 'lid={{lid}}' \
--data-urlencode 'lname={{lname}}' \
--data-urlencode 'lnote={{lnote}}' \
--data-urlencode 'lprops={{JSON stringified lprops}}' \
Argument | Type | Description |
---|---|---|
listUpdateDef.lid | string | List id to be updated |
listUpdateDef.lnote (optional) | string | Optional note |
listConfig.lprops (optional) | object | Optional. Map of custom fields |
Updated 3 months ago