http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/help/api/settings.md
GET /application/settings
curl --request GET \
--header "PRIVATE-TOKEN: <your_access_token>" \
--url "https://gitlab.example.com/api/v4/application/settings"
Example response:
{
"default_projects_limit" : 100000 ,
"signup_enabled" : true ,
"id" : 1 ,
"default_branch_protection" : 2 ,
"default_branch_protection_defaults" : {
"allowed_to_push" : [
{
"access_level" : 40
}
],
"allow_force_push" : false ,
"allowed_to_merge" : [
{
"access_level" : 40
}
]
},...