action ijenko_place_run { label: "Run actions" description: "Run an *Action* on zero, one or multiple *Functionalities* selected with tags.\n\n*Device* and *Functionality* selection are combined with « AND ».\n\nIf no functionality is matched by the device/functionality selection, an empty array is returned.\n" provider: ijenko method: POST path: "/places/{placeId}/run/{action}" encoding: json output: { type: "object" additionalProperties: true } }