New: MCP server monitoring is live. Start free trial
Hugging FaceSchemaAdditive

New required fields added in GET /api/organizations/{name}/billing/usage-by-resource-group response 200: [periods]

Affected surface
GET /api/organizations/{name}/billing/usage-by-resource-group

What changed

New required fields added in GET /api/organizations/{name}/billing/usage-by-resource-group response 200: [periods] Affected surface: GET /api/organizations/{name}/billing/usage-by-resource-group. Root cause: endpoint `GET /api/organizations/{name}/billing/usage-by-resource-group`. Detected at Wed, 03 Jun 2026 03:15:59 UTC UTC.

Diff

{
  "added_required": [
    "periods"
  ],
  "path": "GET /api/organizations/{name}/billing/usage-by-resource-group",
  "schema_path": "GET /api/organizations/{name}/billing/usage-by-resource-group response 200"
}

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.