action smart_me_user_to_folder_assign_post { label: "Assign a user to a folder" provider: smart_me method: POST path: "/api/folder/user/assign" encoding: json input: { type: "object" properties: { oldFolder: { type: "string" } source: { type: "string" } target: { type: "string" } } required: ["oldFolder", "source", "target"] additionalProperties: false } output: { type: "object" additionalProperties: true } }