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
this API goes through the aspect data that is specified by aspectId of a list of registry records and delete items from the array that is located by the jsonPath.
If the aspect doesn't exist for a record or the array can't be located with the jsonPath string or the value located with the jsonPath string is null, the operation will be skipped without throwing an error.
0 will be returned as eventId (operation result eventId) for this case.
If the JSON data that is located by the jsonPath string exists and is not an Array or null, an error will be thrown and 400 code will be responded.
the changes are done and available in the dev cluster --- the ticket was created to link all relevant info (API docs, code) together. So when people need it, can find it easily.
The ticket will be closed after I completed & fully tested PR: #3365
New Registry API capability: new filter operator, merge mode, group operations and more
To help the access group feature development, we need the following enhancement:
merge
query parameter =trure
, the supplied new aspect data will be merged into existing aspect data (if exists).aspectId
of a list of registry records and delete items from the array that is located by thejsonPath
.jsonPath
string or the value located with thejsonPath
string isnull
, the operation will be skipped without throwing an error.0
will be returned aseventId
(operation result eventId) for this case.jsonPath
string exists and is not an Array or null, an error will be thrown and 400 code will be responded.Relevant PR: #3365
The text was updated successfully, but these errors were encountered: