Skip to main content
POST
Create Entry Correction

Autorizaciones

x-api-key
string
header
requerido

Encabezados

authorization
string | null
x-api-key
string | null
X-Tenant-ID
string | null

Parámetros de ruta

entry_id
string<uuid>
requerido

Cuerpo

application/json

Schema for creating a correction.

Supports two correction modes:

  1. Full replacement: Provide complete corrected object in data
  2. Path-based patches: Provide list of field patches in patches

Both can be used together: data provides the base, patches applies updates on top.

data
Data · object | null

Full corrected JSON object (complete replacement mode)

patches
FieldPatch · object[] | null

List of path-based field patches using JSON Pointer syntax (partial update mode)

notes
string | null

Notes or reason for the correction

Respuesta

Successful Response

Response for correction creation.

entry_id
string<uuid>
requerido

Entry ID that was corrected

patches_applied
integer
requerido

Number of patches applied