action clearblade_create_collection { label: "DATA - Create collection" description: "Creates a new collection or database connection in the specified system." provider: clearblade method: POST path: "/api/v/3/collectionmanagement" encoding: json input: { type: "object" properties: { "ClearBlade-SystemKey": { type: "string" } "ClearBlade-UserToken": { type: "string" } } required: ["ClearBlade-SystemKey", "ClearBlade-UserToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }