Skip to content

Correct grant_type in example

username-removed-228811 requested to merge alexwarren/gitlab-ee:master into master

Fix the capitalisation of the grant_type parameter. If it's in capitals it doesn't work, and it also looks like this is a field that we need to fill in when actually it just needs to be the exact string "authorization_code".

Merge request reports