Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
39f3f175
Commit
39f3f175
authored
Sep 23, 2021
by
Siddharth Asthana
Committed by
Marcel Amirault
Sep 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up the docs warning detected by the vale Admin rule
parent
354e1455
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/api/pages_domains.md
doc/api/pages_domains.md
+1
-1
doc/api/personal_access_tokens.md
doc/api/personal_access_tokens.md
+1
-1
doc/development/scalability.md
doc/development/scalability.md
+1
-1
No files found.
doc/api/pages_domains.md
View file @
39f3f175
...
...
@@ -12,7 +12,7 @@ The GitLab Pages feature must be enabled to use these endpoints. Find out more a
## List all Pages domains
Get a list of all Pages domains. The user must have
admin permissions
.
Get a list of all Pages domains. The user must have
the administrator role
.
```
plaintext
GET /pages/domains
...
...
doc/api/personal_access_tokens.md
View file @
39f3f175
...
...
@@ -95,6 +95,6 @@ curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://git
-
`204: No Content`
if successfully revoked.
-
`400 Bad Request`
if not revoked successfully.
## Create a personal access token (admin only)
## Create a personal access token (admin
istrator
only)
See the
[
Users API documentation
](
users.md#create-a-personal-access-token
)
for information on creating a personal access token.
doc/development/scalability.md
View file @
39f3f175
...
...
@@ -45,7 +45,7 @@ many groups or projects, and the access level (including guest, developer, or
maintainer) to groups and projects determines what users can see and
what they can access.
Users with
admin access
can access all projects and even impersonate
Users with
the administrator role
can access all projects and even impersonate
users.
#### Sharding and partitioning
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment