From c72e5ebe9938d315ec598197873e71a80168d40a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 27 Feb 2020 09:09:01 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/error_tracking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/error_tracking.md') diff --git a/doc/api/error_tracking.md b/doc/api/error_tracking.md index e20b74d764b..f44266aa552 100644 --- a/doc/api/error_tracking.md +++ b/doc/api/error_tracking.md @@ -8,7 +8,7 @@ The project settings API allows you to retrieve the Error Tracking settings for ### Get Error Tracking settings -``` +```plaintext GET /projects/:id/error_tracking/settings ``` @@ -35,7 +35,7 @@ Example response: The API allows you to enable or disable the Error Tracking settings for a project. Only for project maintainers. -``` +```plaintext PATCH /projects/:id/error_tracking/settings ``` -- cgit v1.2.1