I want to use the Gitlab API in an application which should be able to connect to any Gitlab version (Enterprise & Community) or at least to a minimum version.
The documentation does not tell in which version of Gitlab an API was introduced or I did not see it.
Is there a place where I can see in which version of Gitlab an API was introduced?
I would like to be able to tell customers what is the minimum version of Gitlab we support.
For example: I want to use the Update file API [1] but I noticed that the last_commit_id parameter was was introduced only recently [2].
Edit: Is there any way to get the documentation from an earlier version of Gitlab?
[1] Repository files API | GitLab
[2] Add support for "last_commit_id" in file update api (#32642) · Issues · GitLab.org / GitLab FOSS · GitLab