Skip to content
Snippets Groups Projects

Add update avatar on user api

What does this MR do and why?

Add Update avatar on user api

Endpoint: user/avatar

This MR allows users to customize avatars for group and project access token bots.

Connected to : Allow avatar customization for group or project... (#356868 - closed)

How to set up and validate locally

curl --request PUT \
  --url http://gdk.test:3000/api/v4/user/avatar \
  --header 'Authorization: Bearer <PROJECT_OR_GROUP_BOT_ACCESS_TOKEN' \
  --header 'Content-Type: multipart/form-data' \
  --form 'avatar=@<PATH_TO_FILE>'
Edited by Phawin Khongkhasawan

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Alessio Caiazza requested review from @10io

    requested review from @10io

  • David Fernandez
  • David Fernandez
  • David Fernandez removed review request for @10io

    removed review request for @10io

  • Thanks for your input David and Alessio. @lifez I'm unassigning myself for now but if you have a chance to get back to this and test things with the suggestions, please ping me again for review.

  • Drew Blessing removed review request for @dblessing

    removed review request for @dblessing

  • Phawin Khongkhasawan marked this merge request as ready

    marked this merge request as ready

  • Phawin Khongkhasawan changed the description

    changed the description

  • added 1 commit

    • 0a3b6349 - Add Update avatar api endpoint for current user

    Compare with previous version

  • requested review from @dblessing and @10io

  • @dblessing @nolith @10io, this Community contribution is ready for review.

    • Do you have capacity and domain expertise to review this? If not, find one or more reviewers and assign to them.
    • If you've reviewed it, add the workflowin dev label if these changes need more work before the next review.

    This message was generated automatically. You're welcome to improve it.

  • added 1 commit

    • 4e73e427 - Add Update avatar api endpoint for current user

    Compare with previous version

  • added 1 commit

    • c6f1dd07 - Add Update avatar api endpoint for current user

    Compare with previous version

  • David Fernandez removed review request for @10io

    removed review request for @10io

  • Drew Blessing requested review from @jglassman1

    requested review from @jglassman1

  • requested review from @dblessing

  • added 1 commit

    • f77e5f9b - Apply 3 suggestion(s) to 2 file(s)

    Compare with previous version

  • Amy Qualls requested review from @aqualls

    requested review from @aqualls

  • Amy Qualls removed review request for @jglassman1

    removed review request for @jglassman1

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading