Skip to content

Resolve "Remove 'projects' and 'shared_projects' from Groups API response" [Merge in API v5]

What does this MR do?

For #213797

Based on the requirement from !20023 (merged), we are now limiting the number of projects and shared_projects in Groups API response to 100.

But this number (100) is arbritary and does not provide correction information about projects, in case the number of projects in the group is above 100.

Also, GET /groups/:id/projects API and GET /groups/:id/projects/shared API already serves the purpose of exposing project and shared project details within a group in a paginated fashion.

Hence, the plan is to get rid of projects and shared_projects information from Groups API responses

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 Manoj M J

Merge request reports