Skip to content

Update the list of supported protocols for Settings API

What does this MR do and why?

Contributes to #12944 (closed)

Problem

User cannot set nil as a parameter, for enabled_git_access_procotol. This value returns an error.

Instead they should provide all to allow both protocols.

Solution

  • Replace nil with all in the API documentation
  • Add support for all value to API
Edited by Vasilii Iakliushin

Merge request reports