From 1435d100286c0ea434c2995d1cd993045b2103f0 Mon Sep 17 00:00:00 2001 From: ImportErr Date: Fri, 30 Nov 2018 18:48:32 +0000 Subject: Fixed member route typos --- api/viewsets.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api') diff --git a/api/viewsets.py b/api/viewsets.py index de5ddaf6..86ab5758 100644 --- a/api/viewsets.py +++ b/api/viewsets.py @@ -365,7 +365,7 @@ class TagViewSet(ModelViewSet): - 201: returned on success - 400: if one of the given fields is invalid - ### PUT /bot/members/ + ### PUT /bot/tags/ Update the tag with the given `title`. #### Request body @@ -383,7 +383,7 @@ class TagViewSet(ModelViewSet): - 400: if the request body was invalid, see response body for details - 404: if the tag with the given `title` could not be found - ### PATCH /bot/members/ + ### PATCH /bot/tags/ Update the tag with the given `title`. #### Request body @@ -401,7 +401,7 @@ class TagViewSet(ModelViewSet): - 400: if the request body was invalid, see response body for details - 404: if the tag with the given `title` could not be found - ### DELETE /bot/members/ + ### DELETE /bot/tags/ Deletes the tag with the given `title`. #### Status codes -- cgit v1.2.3