From 519b282c48903887adff889f14504b6e56861f71 Mon Sep 17 00:00:00 2001 From: Mariia Solodovnik Date: Fri, 31 Mar 2023 16:17:45 +0300 Subject: [PATCH] Add deprecation warning to Geo Nodes doc --- doc/api/geo_nodes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api/geo_nodes.md b/doc/api/geo_nodes.md index 6363e4538abf5b..566f9f5b1b0588 100644 --- a/doc/api/geo_nodes.md +++ b/doc/api/geo_nodes.md @@ -4,12 +4,17 @@ group: Geo info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- -# Geo Nodes API +# Geo Nodes API (deprecated) DETAILS: **Tier:** Premium, Ultimate **Offering:** Self-managed +WARNING: +The Geo Nodes API was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/369140) in GitLab 16.0 +and is planned for removal in v5 of the API. Use the [Geo Sites API](geo_sites.md) instead. +This change is a breaking change. + To interact with Geo node endpoints, you must authenticate yourself as an administrator. -- GitLab