Skip to content

Issue on docs #634

@TheInfamousGrim

Description

@TheInfamousGrim

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"
        }
    }'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions