Update an existing item from a list.

Path Params
string
required

The internal name of the list.

string
required

The ID of the list item.

Body Params

You need to provide at least one of: name or parentId. Providing a name will rename the list item value. Providing the parent ID will move the hierarchy list item (together with its children) under the indicated parent node.

string

Name of the item.

integer

ID of the new hierarchy parent node.

Responses
200

List item was updated successfully.

404

If the list or item was not found.

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!