v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBmanage
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
Example request
{
"copyright_detection_enabled": true
}Response
Updated API properties.
Example response
{
"copyright_detection_enabled": true
}