From 08679feea097c2e7db790783d1fd4aeaf1ad0ec5 Mon Sep 17 00:00:00 2001 From: Marcus Jung <mfuegy@gmx.de> Date: Thu, 26 Sep 2024 22:39:43 +0000 Subject: [PATCH] doc: add api group level variables 255 chars limit --- doc/api/group_level_variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/group_level_variables.md b/doc/api/group_level_variables.md index cc031d5f61407..297926f2761cc 100644 --- a/doc/api/group_level_variables.md +++ b/doc/api/group_level_variables.md @@ -98,7 +98,7 @@ POST /groups/:id/variables | `id` | integer/string | Yes | The ID of a group or [URL-encoded path of the group](rest/index.md#namespaced-path-encoding). | | `key` | string | Yes | The `key` of a variable; must have no more than 255 characters; only `A-Z`, `a-z`, `0-9`, and `_` are allowed. | | `value` | string | Yes | The `value` of a variable. | -| `description` | string | No | The `description` of the variable. Default: `null`. | +| `description` | string | No | The `description` of the variable; must have no more than 255 characters. Default: `null`. | | `environment_scope` | string | No | The [environment scope](../ci/environments/index.md#limit-the-environment-scope-of-a-cicd-variable) of a variable. Premium and Ultimate only. | | `masked` | boolean | No | Whether the variable is masked. | | `protected` | boolean | No | Whether the variable is protected. | -- GitLab