---
title: "Create or update custom property values for an organization"
method: PATCH
path: "/organizations/{org}/org-properties/values"
tags: ["orgs"]
---

# Create or update custom property values for an organization

`PATCH /organizations/{org}/org-properties/values`

Create new or update existing custom property values for an organization.
To remove a custom property value from an organization, set the property value to `null`.

The organization must belong to an enterprise.

Access requirements:
- Organization admins
- OAuth tokens and personal access tokens (classic) with the `admin:org` scope
- Actors with the organization-level "edit custom properties for an organization" fine-grained permission

## Path parameters

- `org` string, required

## Request body

- object
  - `properties` CustomPropertyValue[], required — A list of custom property names and associated values to apply to the organization.
    - `property_name` string, required — The name of the property
    - `value` union, required — The value assigned to the property
      - string
      - string[]

## Response `204`

No Content when custom property values are successfully created or updated

## Other responses

- `403` — Forbidden
- `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)
