Skip to main content

v0/endpoints/{id} REST API Endpoint

Updates an endpoint.

Updated on
Sep 27, 2024

v0/endpoints/{id} REST API Endpoint

Path Parameters

id
string
REQUIRED
The unique identifier for the specific endpoint

Body Parameters

label
string
REQUIRED
A descriptive label for the endpoint which you need to update to

Returns

data
boolean
Indicates whether the updation is done or not
error
string
Contains error information, if any
Request
1
curl -X 'PATCH' \
2
'https://api.quicknode.com/v0/endpoints/{id}' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"label": "hedera-testnet-test"
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free