Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Чтобы изменить несколько политик одновременно, вы можете выполнять пакетные запросы с помощью batchModify . Запросы могут быть объединены в пакеты только в том случае, если они соответствуют всем следующим критериям:
Обратитесь к тому же целевому ресурсу (организационному подразделению)
Используйте одно и то же пространство имен (схемы отличаются только на листе).
Пример: вы можете chrome.devices.A и chrome.devices.B , но не chrome.devices.A и chrome.devices.managedGuest.B .
Если схемы имеют ключи, должны присутствовать одни и те же ключи, но они могут иметь разные значения.
Пример. Вы можете изменить настройки разных принтеров в одном и том же организационном подразделении.
[null,null,["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ebatchModify\u003c/code\u003e request allows for modifying multiple policies within a single Organizational Unit simultaneously, streamlining policy management.\u003c/p\u003e\n"],["\u003cp\u003eTo be batched together, requests must share the same target resource, namespace (with schema differences only on the leaf), and, if keyed, the same keys (though values can differ).\u003c/p\u003e\n"],["\u003cp\u003eBatching requests is recommended to minimize server load and stay within usage limits.\u003c/p\u003e\n"]]],[],null,["# Batch update policies\n\nTo modify multiple policies at the same time, you can batch requests with\n[`batchModify`](/chrome/policy/reference/rest/v1/customers.policies.orgunits/batchModify).\nRequests can only be batched together if the meet all the following criteria:\n\n1. Refer to the same target resource (Organizational Unit)\n2. Share the same namespace (schemas differ only on the leaf).\n\n **Example:** You can batch `chrome.devices.A` and `chrome.devices.B`, but not\n `chrome.devices.A` and `chrome.devices.managedGuest.B`.\n3. If schemas are keyed, the same keys must be present, but can have different values.\n\n **Example:** You can modify settings of different printers in the same\n Organizational Unit.\n\n| **Note:** Modifying multiple policies at once in a single [`batchModify`](/chrome/policy/reference/rest/v1/customers.policies.orgunits/batchModify) request is recommended to reduce the number of requests to the server. Learn more about [Usage limits](/chrome/policy/guides/overview#usage_limits)."]]