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
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-18 18:10:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-18 18:10:24 +0300
commitb81ffd93854bcc57c493745137578f141ac8a78f (patch)
tree3ceaaffa155813c40272927c6aef0dfdf04ac155 /doc/api
parent91ca0550e00347bb6db5aba9f039be9137f3a254 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/pipeline_schedules.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/pipeline_schedules.md b/doc/api/pipeline_schedules.md
index 871d6d42885..bfcc4ee4613 100644
--- a/doc/api/pipeline_schedules.md
+++ b/doc/api/pipeline_schedules.md
@@ -95,7 +95,8 @@ curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/a
{
"key": "TEST_VARIABLE_1",
"variable_type": "env_var",
- "value": "TEST_1"
+ "value": "TEST_1",
+ "raw": false
}
]
}