For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Summary
Added a new pattern property to the ConnectionAuthTypeParameter schema, which specifies a regex pattern for the parameter.
Introduced a new enum value SNOWFLAKE_MARKETPLACE to the paymentMethod property of the Organization schema.
Added
ConnectionAuthTypeParameter Schema
pattern: A new property with a description “A regex pattern for the parameter” and type string.
Organization Schema
paymentMethod Enum
SNOWFLAKE_MARKETPLACE: Added as a new payment method option.
Changed
No changes were made to existing objects, schemas, fields, endpoints, or enum values.