diff --git a/src/libs/Shotstack/Generated/Shotstack.Models.Html5Asset.g.cs b/src/libs/Shotstack/Generated/Shotstack.Models.Html5Asset.g.cs
index f2319a6..5072b85 100644
--- a/src/libs/Shotstack/Generated/Shotstack.Models.Html5Asset.g.cs
+++ b/src/libs/Shotstack/Generated/Shotstack.Models.Html5Asset.g.cs
@@ -18,7 +18,7 @@ public sealed partial class Html5Asset
public global::Shotstack.Html5AssetType Type { get; set; } = global::Shotstack.Html5AssetType.Html5;
///
+ /// The HTML markup for the asset. Max 1,000,000 characters.
/// Example: <div class='card'><h1>{{title}}</h1></div>
///
+ /// The CSS string applied to the HTML. Max 500,000 characters.
/// Example: .card { font-family: 'Inter'; padding: 32px; }
///
+ /// Optional JavaScript. Use for chart libraries, animations, or DOM manipulation. `gsap`, `d3`, `anime` and `lottie` are always available. CSS animations, transitions, and `Element.animate()` are also captured automatically. Max 500,000 characters.
/// Example: gsap.to('.card', { x: 200, duration: 1 });
///
+ /// The HTML markup for the asset. Max 1,000,000 characters.
/// Example: <div class='card'><h1>{{title}}</h1></div>
///
///
- /// The CSS string applied to the HTML.
+ /// The CSS string applied to the HTML. Max 500,000 characters.
/// Example: .card { font-family: 'Inter'; padding: 32px; }
///
///
- /// Optional JavaScript. Use for chart libraries, animations, or DOM manipulation. `gsap`, `d3`, `anime` and `lottie` are always available. CSS animations, transitions, and `Element.animate()` are also captured automatically.
+ /// Optional JavaScript. Use for chart libraries, animations, or DOM manipulation. `gsap`, `d3`, `anime` and `lottie` are always available. CSS animations, transitions, and `Element.animate()` are also captured automatically. Max 500,000 characters.
/// Example: gsap.to('.card', { x: 200, duration: 1 });
///
///
diff --git a/src/libs/Shotstack/openapi.json b/src/libs/Shotstack/openapi.json
index 294f959..56c6b1b 100644
--- a/src/libs/Shotstack/openapi.json
+++ b/src/libs/Shotstack/openapi.json
@@ -2124,18 +2124,21 @@
"type": "string"
},
"html": {
- "description": "The HTML markup for the asset.",
+ "description": "The HTML markup for the asset. Max 1,000,000 characters.",
"type": "string",
+ "maxLength": 1000000,
"example": "