Skip to main content

PATCH /kv/rest/v1/lists/{key} REST API Endpoint

Loading...

Updated on
Aug 25, 2025

PATCH /kv/rest/v1/lists/{key} REST API Endpoint

Path Parameters

key
string
REQUIRED
Loading...

Body Parameters

addItems
array
Loading...
removeItems
array
Loading...

Returns

code
number
Loading...
msg
string
Loading...
data
null
Loading...
Request
1
curl -X PATCH \
2
"https://api.quicknode.com/kv/rest/v1/lists/{key}" \
3
-H "accept: application/json" \
4
-H "Content-Type: application/json" \
5
-H "x-api-key: YOUR_API_KEY" \
6
-d $'{
7
"addItems": [
8
"item1",
9
"item2"
10
],
11
"removeItems": [
12
"item3",
13
"item5"
14
]
15
}'
16
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free