The PATCH/api/v2/objects/{id} method is designed to edit an object with blocks by identifier. Delete the entire block and/or row at once, rather than change the array of values for each field.
Request parameters:
Parameter |
Type |
Obligation |
Description |
id |
String |
Yes |
Object identifier |
request |
CaseMap.PublicApi.Cases.V2.PatchCaseWithTaggedFieldsRequest |
Yes |
Editing an object by parameters request |
As a result, the object with blocks will be updated after executing the request CaseMap.PublicApi.Cases.V2.CaseWithTaggedFields
Reply messages:
Code |
Value |
Model |
400 |
Invalid request |
|
403 |
Insufficient rights to edit object blocks |
|
404 |
The object was not found or you do not have sufficient rights to edit |
CaseMap.PublicApi.Errors.ErrorResponse { · Error (string, required) - readable error description (read-only); · ErrorType (string, required) -system error type (read-only) }
|