---
title: "Update a single field on an organization's API properties."
method: PATCH
path: "/manage/api/organization/{organization_id}/api_properties"
tags: ["manage"]
---

# Update a single field on an organization's API properties.

`PATCH /manage/api/organization/{organization_id}/api_properties`

Lets an organization owner toggle API-only settings such as
copyright_detection_enabled. Updates only the fields explicitly present
in the request body; absent fields are left unchanged.

## Path parameters

- `organization_id` string, required

## Request body

- UpdateOrganizationApiPropertiesRequest — Partial update for an organization's API-only properties. Only fields explicitly present are written; unset fields preserve their current value.
  - `copyright_detection_enabled` boolean, nullable — Toggle post-generation Hive likeness + logo detection for this organization. See ApiProfile.copyright_detection_enabled for behavior.

## Response `200`

Updated API properties.

- UpdateOrganizationApiPropertiesResponse
  - `copyright_detection_enabled` boolean, required — The setting after the update.

## Other responses

- `401` — Not authorized
- `403` — Not authorized — must be an organization owner
- `404` — Organization not found

---

[API](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/3eb3216eed39/schema)
