Logo
Akamai APIs API Documentation

Bulk patch

Number of APIs: 2


1. Bulk patch a set of properties

POST https://{{host}}/papi/v1/bulk/rules-patch-requests

Apply a series of JSON Patch operations to modify a set of property versions. Form this set of patches based on the JSONPath locations from a bulk search response. Specify a set of new property versions based on the results of a bulk versioning operation. The request is a bulk patch object. This operation launches an asynchronous process to update rule trees. To check its progress, run the List bulk-updated properties operation, whose link is available in the Location header or bulkPatchLink member of this operation's response. See Bulk Search and Update for overall guidance on this feature.



2. List bulk-patched properties

GET https://{{host}}/papi/v1/bulk/rules-patch-requests/:bulkPatchId

List all modified property versions that result from a bulk patch request. This operation polls the asynchronous process's status. Once the overall bulkPatchStatus is COMPLETE, you can feed all successfully updated property versions whose status is UPDATED into a subsequent request to bulk activate them. See Bulk Search and Update for overall guidance on this feature.



ENDPOINTS