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
92d40987
Commit
92d40987
authored
Dec 16, 2020
by
Rachel Gottesman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix future tense issues
parent
91d34112
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/api/projects.md
doc/api/projects.md
+3
-3
No files found.
doc/api/projects.md
View file @
92d40987
...
...
@@ -297,7 +297,7 @@ When the user is authenticated and `simple` is not set this returns something li
NOTE:
For users of GitLab
[
Silver, Premium, or higher
](
https://about.gitlab.com/pricing/
)
,
the
`marked_for_deletion_at`
attribute has been deprecated, and
will be
removed
the
`marked_for_deletion_at`
attribute has been deprecated, and
is
removed
in API v5 in favor of the
`marked_for_deletion_on`
attribute.
Users of GitLab
[
Starter, Bronze, or higher
](
https://about.gitlab.com/pricing/
)
...
...
@@ -2247,7 +2247,7 @@ POST /projects/:id/push_rule
|
`id`
| integer/string |
**{check-circle}**
Yes | The ID of the project or NAMESPACE/PROJECT_NAME. |
|
`max_file_size`
**(STARTER)**
| integer |
**{dotted-circle}**
No | Maximum file size (MB). |
|
`member_check`
**(STARTER)**
| boolean |
**{dotted-circle}**
No | Restrict commits by author (email) to existing GitLab users. |
|
`prevent_secrets`
**(STARTER)**
| boolean |
**{dotted-circle}**
No | GitLab
will reject
any files that are likely to contain secrets. |
|
`prevent_secrets`
**(STARTER)**
| boolean |
**{dotted-circle}**
No | GitLab
rejects
any files that are likely to contain secrets. |
|
`reject_unsigned_commits`
**(PREMIUM)**
| boolean |
**{dotted-circle}**
No | Reject commit when it's not signed through GPG. |
### Edit project push rule
...
...
@@ -2270,7 +2270,7 @@ PUT /projects/:id/push_rule
|
`id`
| integer/string |
**{check-circle}**
Yes | The ID of the project or NAMESPACE/PROJECT_NAME. |
|
`max_file_size`
**(STARTER)**
| integer |
**{dotted-circle}**
No | Maximum file size (MB). |
|
`member_check`
**(STARTER)**
| boolean |
**{dotted-circle}**
No | Restrict commits by author (email) to existing GitLab users. |
|
`prevent_secrets`
**(STARTER)**
| boolean |
**{dotted-circle}**
No | GitLab
will reject
any files that are likely to contain secrets. |
|
`prevent_secrets`
**(STARTER)**
| boolean |
**{dotted-circle}**
No | GitLab
rejects
any files that are likely to contain secrets. |
|
`reject_unsigned_commits`
**(PREMIUM)**
| boolean |
**{dotted-circle}**
No | Reject commits when they are not GPG signed. |
### Delete project push rule
...
...
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