interactions
Remove users from the pull request creation cap bypass list for a repository
Removes users from the pull request creation cap bypass list for a repository. Removed users will be subject to any configured pull request creation cap.
Only users with maintainer permissions can modify the bypass list. You can remove a maximum of 100 users per request.
delete/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
Request body
Example request
{
"users": [
"octocat",
"monalisa"
]
}Response
Response
Changes
Changed in 1 of the 62 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 62 revisions, 1 has no diff computed.