action slicebox_post_anonymization_anonymize { label: "post_anonymization_anonymize" description: "anonymize the images corresponding to the supplied list of image IDs (each paired with a list of DICOM tag translation). This route corresponds to repeated use of the route /images/{id}/anonymize." provider: slicebox method: POST path: "/anonymization/anonymize" encoding: json output: { type: "object" additionalProperties: true } }