Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/openapi/v4/version.yaml')
-rw-r--r--doc/api/openapi/v4/version.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/api/openapi/v4/version.yaml b/doc/api/openapi/v4/version.yaml
deleted file mode 100644
index 3a689840f4c..00000000000
--- a/doc/api/openapi/v4/version.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Markdown documentation: https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/api/version.md
-
-get:
- tags:
- - version
- summary: "Retrieve version information for this GitLab instance."
- operationId: "getVersion"
- responses:
- "401":
- description: "unauthorized operation"
- "200":
- description: "successful operation"
- content:
- "application/json":
- schema:
- title: "VersionResponse"
- type: "object"
- properties:
- version:
- type: "string"
- revision:
- type: "string"
- examples:
- Example:
- value:
- version: "13.3.0-pre"
- revision: "f2b05afebb0"
-