Endpoints
Create Entry Correction
Create or update a correction for an entry.
Supports two correction modes:
- Full replacement: Provide the complete corrected object in the
datafield. - Path-based patches: Provide a list of field-level patches, each with a JSON Pointer
pathand the newvalue.
You can also include notes to describe the reason for the correction.
POST
Create Entry Correction
Documentation Index
Fetch the complete documentation index at: https://docs.matil.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Body
application/json
Schema for creating a correction.
Supports two correction modes:
- Full replacement: Provide complete corrected object in
data - Path-based patches: Provide list of field patches in
patches
Both can be used together: data provides the base, patches applies updates on top.
Create Entry Correction