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

Response schema changed for PATCH /marketplace/apps/{app-id}/visibility (marketplace-app)

Affected surface
PATCH /marketplace/apps/{app-id}/visibility
Affected field
marketplace-app

What changed

Response schema changed for PATCH /marketplace/apps/{app-id}/visibility (marketplace-app) Affected surface: PATCH /marketplace/apps/{app-id}/visibility. Root cause: schema `marketplace-app`. Detected at Sun, 19 Jul 2026 03:42:55 UTC UTC.

Diff

{
  "path": "PATCH /marketplace/apps/{app-id}/visibility",
  "removed_fields": [
    "icon_small",
    "icon_large"
  ],
  "schema_path": "schema marketplace-app"
}

Likely impact

The contract still holds, but observable behavior shifted — defaults, response timing, or rate-limit shaping. Existing code keeps compiling and most calls keep working, but edge cases may differ. Worth a sanity check.

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.