New: MCP server monitoring is live. Start free trial
RampSchemaAdditive

Schema reference changed in POST /developer/v1/custom-records/native-tables/{native_table_name}/rows/-/remove request body: "PutNativeRowRequestBody" → "Remov…

Schema reference changed in POST /developer/v1/custom-records/native-tables/{native_table_name}/rows/-/remove request body: "PutNativeRowRequestBody" → "RemoveNativeRowCellsRequestRequestBody"

Affected surface
POST /developer/v1/custom-records/native-tables/{native_table_name}/rows/-/remove

What changed

Schema reference changed in POST /developer/v1/custom-records/native-tables/{native_table_name}/rows/-/remove request body: "PutNativeRowRequestBody" → "RemoveNativeRowCellsRequestRequestBody" Affected surface: POST /developer/v1/custom-records/native-tables/{native_table_name}/rows/-/remove. Root cause: endpoint `POST /developer/v1/custom-records/native-tables/{native_table_name}/rows/-/remove`. Detected at Fri, 24 Jul 2026 21:36:22 UTC UTC.

Diff

{
  "current_value": "RemoveNativeRowCellsRequestRequestBody",
  "path": "POST /developer/v1/custom-records/native-tables/{native_table_name}/rows/-/remove",
  "previous_value": "PutNativeRowRequestBody",
  "schema_path": "POST /developer/v1/custom-records/native-tables/{native_table_name}/rows/-/remove request body"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Diff your serializers against the new schema. The diff above shows what moved.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.