jsonPatch

@JvmName(name = "wojeuglljmggposh")
suspend fun jsonPatch(value: Output<JSONPatchPatchArgs>)
@JvmName(name = "nvdonfwwqajfqaoy")
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 = "uvfghobjgidcllom")
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.