action slicebox_post_scus_id_send { label: "post_scus_id_send" description: "send the images with the supplied image IDs to a DICOM SCP using the the SCU with the supplied scu ID" provider: slicebox method: POST path: "/scus/{id}/send" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }