Summary
- Added a new
pattern
property to theConnectionAuthTypeParameter
schema, which specifies a regex pattern for the parameter. - Introduced a new enum value
SNOWFLAKE_MARKETPLACE
to thepaymentMethod
property of theOrganization
schema.
Added
ConnectionAuthTypeParameter
Schemapattern
: A new property with a description “A regex pattern for the parameter” and typestring
.
Organization
SchemapaymentMethod
EnumSNOWFLAKE_MARKETPLACE
: Added as a new payment method option.
Changed
- No changes were made to existing objects, schemas, fields, endpoints, or enum values.