addedInput schema / properties / body / description
Added value: +"Update body for an incident (no schedule fields)."
changedInput schema / properties / body / properties / affectedComponents / anyOf
Previous value: -[
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "componentId": {
- "description": "Status page component ID",
- "format": "uuid",
- "type": "string"
- },
- "status": {
- "description": "Component status during this incident",
- "enum": [
- "OPERATIONAL",
- "DEGRADED_PERFORMANCE",
- "PARTIAL_OUTAGE",
- "MAJOR_OUTAGE",
- "UNDER_MAINTENANCE"
- ],
- "type": "string"
- }
- },
- "required": [
- "componentId",
- "status"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / body / properties / affectedComponents / description
Previous value: -"Updated affected components; null preserves current"New value: +"Updated affected components; omit to preserve current"
changedInput schema / properties / body / properties / impact / description
Previous value: -"New impact level; null preserves current"New value: +"New impact; omit to preserve current"
removedInput schema / properties / body / properties / postmortemBody
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Postmortem body in markdown; empty string clears"
-}
removedInput schema / properties / body / properties / postmortemUrl
Removed value: -{
- "anyOf": [
- {
- "maxLength": 2048,
- "minLength": 0,
- "pattern": "^https?://.*",
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "URL to an external postmortem document; empty string clears"
-}
changedInput schema / properties / body / properties / status / description
Previous value: -"New status; null preserves current"New value: +"New status; omit to preserve current"
changedInput schema / properties / body / properties / title / anyOf
Previous value: -[
- {
- "maxLength": 500,
- "minLength": 0,
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maxLength": 500,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / body / properties / title / description
Previous value: -"New title; null preserves current"New value: +"New title; omit to preserve current"