Bulk patch
New-BulkPatch
Synopsis
Bulk patch a set of properties.
Syntax
New-BulkPatch [-Body] <Object> [-GroupId <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Applies a series of JSON Patch operations to modify a set of property versions.
Use the JSONPath locations from the New-BulkSearch
response to specify the set of patches
.
To specify a set of new property versions, use the results of the New-BulkVersion
operation. This operation launches an asynchronous process.
To check its progress, run the Get-BulkPatchedProperty
operation.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑Body Required |
A request body, either as a |
‑ContractId |
Your contract's ID. The parameter is optional if a property belongs to only one contract; otherwise, you need to specify it along with the |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupId |
Your group's ID. The parameter is optional if a property belongs to only one group, otherwise you need to specify it along with the |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 20 days ago