diff options
author | 2019-10-01 11:34:24 +0200 | |
---|---|---|
committer | 2019-10-01 11:34:24 +0200 | |
commit | 4c3714bf406ff750ddc306457f41b4871160338f (patch) | |
tree | db64bba793dfd5e6efb774e24f3f7fe7b8638e1a /tests | |
parent | Adjust development workflow inline with new `site` changes. (#464) (diff) |
Make `!tags edit` use PATCH to update tags
https://github.com/python-discord/bot/issues/474
This commit makes sure we're using the PATCH method to update tags,
instead of the POST method. The problem was that the `!tags edit`
command was an alias of `!tags set`, which uses the POST method to
post new tags to the API.
However, when a tag with a given name already exists, the API will
refuse a POST request in an attempt to update it; we need to use the
PATCH method to the `bot/tags/{tag_name}` endpoint instead.
I fixed this by creating a separate subcommand, `!tags edit`, that
uses the correct PATCH method to update an existing tag.
This commit closes #474
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions