Path: /qstash/howto/webhook#2-url-group
Description
The PATCH method described in the docs is false. This method is not allowed in the REST API. Either fix this or remove this from the docs for now
Outcome after attempting to use the endpoint
405 Method Not Allowed
Endpoint & Method that doesn't exist
curl -X PATCH https://qstash.upstash.io/v2/topics/<URL_GROUP_NAME> \
-H "Authorization: Bearer <QSTASH_TOKEN>"
-d '{
"headers": {
"Upstash-Header-Forward": ["true"],
"Upstash-Retries": "3"
}
}'
Path: /qstash/howto/webhook#2-url-group
Description
The PATCH method described in the docs is false. This method is not allowed in the REST API. Either fix this or remove this from the docs for now
Outcome after attempting to use the endpoint
405 Method Not AllowedEndpoint & Method that doesn't exist