curl --request PATCH \
--url https://api.projectdiscovery.io/v1/user/tunnels \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "<string>",
"id": "<string>"
}'
{
"message": "<string>"
}
curl --request PATCH \
--url https://api.projectdiscovery.io/v1/user/tunnels \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "<string>",
"id": "<string>"
}'
{
"message": "<string>"
}
Example response
The response is of type object
.
Was this page helpful?