Skip to content

Commit

Permalink
docs: Update Tags API
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-myskov committed Nov 6, 2023
1 parent 744c4e1 commit 8f5dcb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ REST API with Python, Django REST Framework and Docker using Test Driven Develop
* Delete recipe
- Tags API
* View list of tags
* Create tag (accepts multiple tags when creating a recipe)
* Create tag
- Tag can be created when creating a recipe
- Tag can be created when updating a recipe
* Update tag
- Tag can be updated when updating a recipe
- Tag can be updated using the Tags API endpoint
* Delete tag

## Documentation
Expand Down

0 comments on commit 8f5dcb8

Please sign in to comment.