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
98ec7078
Commit
98ec7078
authored
Mar 21, 2022
by
Amy Qualls
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Punctuation and docs polish
Small changes for tone and style.
parent
aea85351
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
doc/api/merge_request_approvals.md
doc/api/merge_request_approvals.md
+10
-10
No files found.
doc/api/merge_request_approvals.md
View file @
98ec7078
...
...
@@ -790,9 +790,9 @@ GET /projects/:id/merge_requests/:merge_request_iid/approval_rules/:approval_rul
| Attribute | Type | Required | Description |
|---------------------|---------|----------|------------------------------------------------------------------------------|
|
`id`
| integer or string | yes | The ID or
[
URL-encoded path of a project
](
index.md#namespaced-path-encoding
)
|
|
`merge_request_iid`
| integer | yes | The IID of
MR
|
|
`approval_rule_id`
| integer | yes | The ID of a
approval rule
|
|
`id`
| integer or string | yes | The ID or
[
URL-encoded path of a project
](
index.md#namespaced-path-encoding
)
.
|
|
`merge_request_iid`
| integer | yes | The IID of
a merge request.
|
|
`approval_rule_id`
| integer | yes | The ID of a
n approval rule.
|
```
json
{
...
...
@@ -957,13 +957,13 @@ These are system generated rules.
| Attribute | Type | Required | Description |
|----------------------|---------|----------|------------------------------------------------|
|
`id`
| integer or string | yes | The ID or
[
URL-encoded path of a project
](
index.md#namespaced-path-encoding
)
|
|
`merge_request_iid`
| integer | yes | The IID of
MR
|
|
`approval_rule_id`
| integer | yes | The ID of a
approval rule
|
|
`name`
| string | yes | The name of the approval rule |
|
`approvals_required`
| integer | yes | The number of required approvals for this rule |
|
`user_ids`
| Array | no | The
ids of users as approvers
|
|
`group_ids`
| Array | no | The
ids of groups as approvers
|
|
`id`
| integer or string | yes | The ID or
[
URL-encoded path of a project
](
index.md#namespaced-path-encoding
)
.
|
|
`merge_request_iid`
| integer | yes | The IID of
a merge request.
|
|
`approval_rule_id`
| integer | yes | The ID of a
n approval rule.
|
|
`name`
| string | yes | The name of the approval rule
.
|
|
`approvals_required`
| integer | yes | The number of required approvals for this rule
.
|
|
`user_ids`
| Array | no | The
IDs of users as approvers.
|
|
`group_ids`
| Array | no | The
IDs of groups as approvers.
|
```
json
{
...
...
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