action clearblade_update_file_info { label: "ADAPTERS - Add or replace file content & configuration" description: "Create a new file with content and configuration, or replace an existing file's content & configuration." provider: clearblade method: POST path: "/api/v/4/{SystemKey}/adapters/{AdapterName}/files" encoding: json input: { type: "object" properties: { AdapterName: { type: "string" } "ClearBlade-DevToken": { type: "string" } SystemKey: { type: "string" } } required: ["AdapterName", "ClearBlade-DevToken", "SystemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }