Edit list element

This method allows editing multiple list elements. An object is passed.

Limitations
The method is available for users with access to lists.

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters

The method returns an object of the edited element.

ParametersData typeDescription
idintList element ID
catalog_idintList ID
namestringElement name
created_byintThe ID of the user who created the element
updated_byintThe ID of the user who edited the element last
created_atintElement creation date in Unix Timestamp format
updated_atintElement edit date in Unix Timestamp format
is_deletedboolIt shows whether an element is deleted
custom_fields_valuesarray|nullAn array of the current element custom fields’ values
account_idintAccount ID where the element is located in
Path Params
int32
required

List ID

int32
required

Element ID

Body Params
RAW_BODY
object
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json