jsonPatch

@JvmName(name = "vngauewhfhpijhms")
suspend fun jsonPatch(value: Output<JSONPatchPatchArgs>)
@JvmName(name = "ghsycnkgavqpdcqn")
suspend fun jsonPatch(value: JSONPatchPatchArgs?)

Parameters

value

jsonPatch defines a JSON patch operation to perform a mutation to the object. A CEL expression is used to create the JSON patch.


@JvmName(name = "dhkhfgoxmsjsobmk")
suspend fun jsonPatch(argument: suspend JSONPatchPatchArgsBuilder.() -> Unit)

Parameters

argument

jsonPatch defines a JSON patch operation to perform a mutation to the object. A CEL expression is used to create the JSON patch.