Skip to main content

v0/endpoints/tags/{id} REST API Endpoint (PATCH)

Loading...

Updated on
Apr 15, 2026

v0/endpoints/tags/{id} REST API Endpoint (PATCH)

Path Parameters

id
integer
REQUIRED
Loading...

Body Parameters

label
string
REQUIRED
Loading...

Returns

data
object
Loading...
id
integer
Loading...
label
string
Loading...
usage_count
integer
Loading...
error
string
Loading...
Request
1
curl -X 'PATCH' \
2
'https://api.quicknode.com/v0/endpoints/tags/{id}' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"label": "new-tag-name"
8
}'
9
1
curl -X 'PATCH' \
2
'https://api.quicknode.com/v0/endpoints/tags/{id}' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"label": "new-tag-name"
8
}'
9
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free