action slicebox_post_images_jpeg { label: "post_images_jpeg" description: "add a JPEG image to slicebox. The image data will be wrapped in a DICOM file and added as a new series belonging to the study with the supplied ID" provider: slicebox method: POST path: "/images/jpeg" encoding: json input: { type: "object" properties: { description: { type: "string" } studyid: { type: "string" } } required: ["studyid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }