action i_cue_post_administration_model { label: "Register new forecasting model" description: "Register new forecasting model for all organziations" provider: i_cue method: POST path: "/administration/model" encoding: json input: { type: "object" properties: { Token: { type: "string" } key: { type: "string" } name: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { key: { type: "string" } name: { type: "string" } queue: { type: "string" } replyQueue: { type: "string" } } additionalProperties: false } }