Commit 38d234e2 authored by Evan Read's avatar Evan Read

Merge branch 'docs/rs-revert-api-version' into 'master'

Revert API is going into 11.5, not 11.6.

See merge request gitlab-org/gitlab-ce!23060
parents 0c9e2b80 f1f03895
......@@ -290,7 +290,7 @@ Example response:
## Revert a commit
> [Introduced][ce-22919] in GitLab 11.6.
> [Introduced][ce-22919] in GitLab 11.5.
Reverts a commit in a given branch.
......
......@@ -207,7 +207,7 @@ module API
end
desc 'Revert a commit in a branch' do
detail 'This feature was introduced in GitLab 11.6'
detail 'This feature was introduced in GitLab 11.5'
success Entities::Commit
end
params do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment