From d77f9b087807489cb9bce7f451af8f0216e825ef Mon Sep 17 00:00:00 2001 From: zad0m <5643696-bulbazaur@users.noreply.gitlab.com> Date: Thu, 26 Mar 2020 15:26:36 +0000 Subject: [PATCH] Update projects.md with `service_desk` @ Core. --- doc/api/projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/projects.md b/doc/api/projects.md index 04775b0339d975..e476e8bb7ec413 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1182,6 +1182,7 @@ PUT /projects/:id | `auto_devops_enabled` | boolean | no | Enable Auto DevOps for this project | | `auto_devops_deploy_strategy` | string | no | Auto Deploy strategy (`continuous`, `manual` or `timed_incremental`) | | `repository_storage` | string | no | Which storage shard the repository is on. Available only to admins | +| `service_desk_enabled` | boolean | no | Enable or disable service desk feature | | `approvals_before_merge` | integer | no | **(STARTER)** How many approvers should approve merge request by default | | `external_authorization_classification_label` | string | no | **(PREMIUM)** The classification label for the project | | `mirror` | boolean | no | **(STARTER)** Enables pull mirroring in a project | @@ -1190,7 +1191,6 @@ PUT /projects/:id | `only_mirror_protected_branches` | boolean | no | **(STARTER)** Only mirror protected branches | | `mirror_overwrites_diverged_branches` | boolean | no | **(STARTER)** Pull mirror overwrites diverged branches | | `packages_enabled` | boolean | no | **(PREMIUM ONLY)** Enable or disable packages repository feature | -| `service_desk_enabled` | boolean | no | **(PREMIUM ONLY)** Enable or disable service desk feature | NOTE: **Note:** If your HTTP repository is not publicly accessible, add authentication information to the URL: `https://username:password@gitlab.company.com/group/project.git` -- GitLab