Skip to content

API: remove `public` param for projects

Toon Claes requested to merge 23104-remove-public-param-for-projects into master

What does this MR do?

This MR removes the public parameter from create and edit actions for projects.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The create and edit actions for projects had these parameters:

  • public (optional) - if true same as setting visibility_level = 20
  • visibility_level (optional)

Removing public avoids contradication.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #23104 (closed)

Related #20070 (closed)

Merge request reports