Skip to content

Commit 2b6fd16

Browse files
committed
fixup! feat: add taxonomy view/management apis
1 parent 7c93cd2 commit 2b6fd16

File tree

1 file changed

+0
-3
lines changed
  • openedx_tagging/core/tagging/rest_api/v1

1 file changed

+0
-3
lines changed

openedx_tagging/core/tagging/rest_api/v1/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ class TaxonomyView(ModelViewSet):
1717
"""
1818
View to list, create, retrieve, update, or delete Taxonomies.
1919
20-
NOTE: Only the GET request requires a request parameter, otherwise pass the uuid as part
21-
of the post body
22-
2320
**List Query Parameters**
2421
* enabled (optional) - Filter by enabled status. Valid values: true, false, 1, 0, "true", "false", "1"
2522

0 commit comments

Comments
 (0)