New: MCP server monitoring is live. Start free trial
Bill.comSchemaAdditive

Response schema changed for PATCH /v3/classifications/locations/bulk (ClassificationLocationResponseDto)

Affected surface
PATCH /v3/classifications/locations/bulk
Affected field
ClassificationLocationResponseDto

What changed

Response schema changed for PATCH /v3/classifications/locations/bulk (ClassificationLocationResponseDto) Affected surface: PATCH /v3/classifications/locations/bulk. Root cause: schema `ClassificationLocationResponseDto`. Detected at Tue, 07 Jul 2026 01:54:16 UTC UTC.

Diff

{
  "added_fields": [
    "createdTime",
    "description",
    "id",
    "name",
    "parentId",
    "shortName",
    "updatedTime",
    "archived"
  ],
  "path": "PATCH /v3/classifications/locations/bulk",
  "schema_path": "schema ClassificationLocationResponseDto"
}

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.