pub async fn interactions_slash_remove_restrictions_for_repo(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<InteractionsSlashRemoveRestrictionsForRepoError>>
Expand description
Removes all interaction restrictions from the given repository. You must have owner or admin access to remove restrictions. If the interaction limit is set for the user or organization that owns this repository, you will receive a 409 Conflict
response and will not be able to use this endpoint to change the interaction limit for a single repository.