curl -X PUT https://qstash.upstash.io/v1/endpoints/:endpointId \ -H "Authorization: Bearer <token>" \ -d { "url" : "https://www.google.com" }
{ "endpointId": "ept_6j7BNZus3ZyPy6P7QtLUMCC3Rq7h", "url": "https://www.google.com", "topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA" }
This endpoint updates an existing endpoint’s url.
topicId
topicName
Was this page helpful?