Skip to content

Commit

Permalink
fixup! feat: add taxonomy view/management apis
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Jul 21, 2023
1 parent 7c93cd2 commit 2b6fd16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openedx_tagging/core/tagging/rest_api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class TaxonomyView(ModelViewSet):
"""
View to list, create, retrieve, update, or delete Taxonomies.
NOTE: Only the GET request requires a request parameter, otherwise pass the uuid as part
of the post body
**List Query Parameters**
* enabled (optional) - Filter by enabled status. Valid values: true, false, 1, 0, "true", "false", "1"
Expand Down

0 comments on commit 2b6fd16

Please sign in to comment.