From 500626a5c953ad81cfc3ed74bf0148c075617e58 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 12 Feb 2020 03:08:55 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/README.md | 2 +- doc/api/users.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api') diff --git a/doc/api/README.md b/doc/api/README.md index f179885c525..a261e1e7dc6 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -449,7 +449,7 @@ GET /api/v4/projects/diaspora%2Fdiaspora ``` NOTE: **Note:** -A project's **path** is not necessarily the same as its **name**. A +A project's **path** is not necessarily the same as its **name**. A project's path can be found in the project's URL or in the project's settings under **General > Advanced > Change path**. diff --git a/doc/api/users.md b/doc/api/users.md index 601db1c790b..2dd07ab8a4e 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -1168,7 +1168,7 @@ Will return `201 OK` on success, `404 User Not Found` is user cannot be found or > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/22257) in GitLab 12.4. -Deactivates the specified user. Available only for admin. +Deactivates the specified user. Available only for admin. ``` POST /users/:id/deactivate @@ -1190,7 +1190,7 @@ Returns: > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/22257) in GitLab 12.4. -Activates the specified user. Available only for admin. +Activates the specified user. Available only for admin. ``` POST /users/:id/activate -- cgit v1.2.3