You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public final List<JsonPatchOperation> getOperations() { return operations; }
Is this coming in a future release? I would like to be able to access the list of JsonPatchOperations to perform some basic validation before applying the patch. Thanks.
The text was updated successfully, but these errors were encountered:
This is not in release 1.13:
public final List<JsonPatchOperation> getOperations() { return operations; }
Is this coming in a future release? I would like to be able to access the list of
JsonPatchOperations
to perform some basic validation before applying the patch. Thanks.The text was updated successfully, but these errors were encountered: