Skip to content

Avatar upload support for Group Create/Update API

Rajendra Kadam requested to merge raju249/gitlab:groupapi-avatar-support into master

What does this MR do?

Fixes #36681 (closed)

The group model already had support to store avatar. We did not have API support to upload avatars while creating/updating groups. This MR adds the param to group params. There was no change in groups/create_service.rb or groups/update_service.rb.

Last, this MR has specs for the new params and a docstring to let users know that the API now supports uploading of avatar while creating and updating groups.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Rajendra Kadam

Merge request reports