action clearblade_create_collection_data_alt { label: "DATA(id) - Create items" description: "Creates new data rows in the specified collection." provider: clearblade method: POST path: "/api/v/1/data/{collectionID}" encoding: json input: { type: "object" properties: { "ClearBlade-UserToken": { type: "string" } collectionID: { type: "string" } } required: ["ClearBlade-UserToken", "collectionID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }