Skip to content

Commit

Permalink
Update the doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
SemVerTsar committed Oct 24, 2014
1 parent a0910ae commit 8214bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_management/api/avatar/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

class ProfileAvatar(generics.RetrieveUpdateAPIView):
"""
Retrieve and update the authenticated user's avatar. Pass get parameters to
retrieve a thumbnail of the avatar.
Retrieve, update & delete the authenticated user's avatar. Pass get
parameters to retrieve a thumbnail of the avatar.
Thumbnail options are specified as get parameters. Options are:
width: Specify the width (in pixels) to resize / crop to.
Expand Down

0 comments on commit 8214bee

Please sign in to comment.