Commit f1f03895 authored by Robert Speicher's avatar Robert Speicher

Revert API is going into 11.5, not 11.6.

parent 28e3a90b
...@@ -290,7 +290,7 @@ Example response: ...@@ -290,7 +290,7 @@ Example response:
## Revert a commit ## Revert a commit
> [Introduced][ce-22919] in GitLab 11.6. > [Introduced][ce-22919] in GitLab 11.5.
Reverts a commit in a given branch. Reverts a commit in a given branch.
......
...@@ -207,7 +207,7 @@ module API ...@@ -207,7 +207,7 @@ module API
end end
desc 'Revert a commit in a branch' do 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 success Entities::Commit
end end
params do 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