Commit 1c58f96e authored by Evan Read's avatar Evan Read

Merge branch 'djensen-stop-using-approved-in-relation-to-external-status-checks' into 'master'

Remove remaining references to "approve" from External Status Checks API documentation

See merge request gitlab-org/gitlab!68491
parents 835d06e9 2b8b0d48
......@@ -42,9 +42,9 @@ GET /projects/:id/merge_requests/:merge_request_iid/status_checks
]
```
## Set approval status of an external status check
## Set status of an external status check
For a single merge request, use the API to inform GitLab that a merge request has been approved by an external service.
For a single merge request, use the API to inform GitLab that a merge request has passed a check by an external service.
```plaintext
POST /projects/:id/merge_requests/:merge_request_iid/status_check_responses
......
......@@ -125,7 +125,7 @@ the status checks as `pending`:
![Status checks widget pending](img/status_checks_widget_pending_v14_0.png)
After GitLab [receives a response](../../../api/status_checks.md#set-approval-status-of-an-external-status-check)
After GitLab [receives a response](../../../api/status_checks.md#set-status-of-an-external-status-check)
from the external status check, the widget updates accordingly.
NOTE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment