v4

latestOpenAPI 3.0.22026-08-02109239415.7 KB
manage

Update a single field on an organization's 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.

patch/manage/api/organization/{organization_id}/api_properties

Path parameters

organization_idstring required

Base64 encoded organization ID to update.

Request body

copyright_detection_enabledboolean nullable

Toggle post-generation Hive likeness + logo detection for this organization. See ApiProfile.copyright_detection_enabled for behavior.

Example request

{
  "copyright_detection_enabled": true
}

Response

Updated API properties.

copyright_detection_enabledboolean required

The setting after the update.

Example response

{
  "copyright_detection_enabled": true
}