action slicebox_post_boxes_id_send { label: "post_boxes_id_send" description: "send images corresponding to the supplied image ids to the remote box with the supplied ID" provider: slicebox method: POST path: "/boxes/{id}/send" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }