When trying to change my application settings in my local GitLab instance using
root@gitlabvm:/# curl --request PUT --header “PRIVATE-TOKEN: EC5mPx1sMayCLquXPmRJ” “http://192.168.0.9/api/v4/application/settings?local_markdown_version=1
”
I’m getting this error
{“message”:“500 Internal Server Error”}
I can check the settings with:
root@gitlabvm:/# curl --header “PRIVATE-TOKEN: EC5mPx1sMayCLquXPmRJ” “http://192.168.0.9/api/v4/application/settings”
and get back the ‘expected response’.
What is preventing me from changing the setting using this API call? Is there another way to change the setting?