---
title: "Set fork PR contributor approval permissions for an enterprise"
method: PUT
path: "/enterprises/{enterprise}/actions/permissions/fork-pr-contributor-approval"
tags: ["enterprise-admin"]
---

# Set fork PR contributor approval permissions for an enterprise

`PUT /enterprises/{enterprise}/actions/permissions/fork-pr-contributor-approval`

Sets the fork PR contributor approval policy for an enterprise.

## Path parameters

- `enterprise` string, required

## Request body

- ActionsForkPrContributorApproval
  - `approval_policy` 'first_time_contributors_new_to_github' | 'first_time_contributors' | 'all_external_contributors', required — The policy that controls when fork PR workflows require approval from a maintainer.

## Response `204`

Response

## Other responses

- `404` — Resource not found
- `422` — Validation failed, or the endpoint has been spammed.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
