Skip to content
Snippets Groups Projects

Add update avatar on user api

Files
2
+ 2
1
@@ -2546,6 +2546,8 @@ Example response:
## Upload a current user avatar
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148130) in GitLab 17.0.
Upload an avatar to current user.
```plaintext
@@ -2615,5 +2617,4 @@ Returned object:
"extra_shared_runners_minutes_limit": null,
"scim_identities": []
}
{
```
Loading