v1
latestSwagger 2.02026-07-17332466.5 KBelements
Create Element in list
Create Element in list
Required security scopes:
- api:update
post/lists/{list_id}/elements
Path parameters
list_idstring required
The ID of the list to apply the operation on. Can be a to z (both upper/lower case), 0 to 9 or one of these characters _-.
Query parameters
rangeinteger
Return this number of elements above and below the current element in neighbors field.
Request body
Example request
{
"id": 100,
"payload": {
"country": "dk",
"name": "Mark Anthony"
},
"score": 100,
"tie_breaker": 2000
}Response
OK