diff --git a/doc/api/metadata.md b/doc/api/metadata.md
index fc6571dd1bef528308be37f686a4c750dafc6581..deb2654f22b79a4c3194dcf02f4542555ff613c4 100644
--- a/doc/api/metadata.md
+++ b/doc/api/metadata.md
@@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
 
 # Metadata API **(FREE)**
 
-> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/357032) in GitLab 15.1.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/357032) in GitLab 15.2.
 
 Retrieve metadata information for this GitLab instance. 
 
@@ -35,7 +35,7 @@ Example response:
 
 ```json
 {
-  "version": "15.0-pre",
+  "version": "15.2-pre",
   "revision": "c401a659d0c",
   "kas": {
     "enabled": true,
diff --git a/lib/api/metadata.rb b/lib/api/metadata.rb
index c2e4b52bbefe6e5910983b8fb0d1fb0dac30abdd..c4984f0e7f07f390b2e9be72423bdf4944f60f09 100644
--- a/lib/api/metadata.rb
+++ b/lib/api/metadata.rb
@@ -26,7 +26,7 @@ class Metadata < ::API::Base
     EOF
 
     desc 'Get the metadata information of the GitLab instance.' do
-      detail 'This feature was introduced in GitLab 15.1.'
+      detail 'This feature was introduced in GitLab 15.2.'
     end
     get '/metadata' do
       run_graphql!(