action slicebox_put_images_id_anonymize { label: "put_images_id_anonymize" description: "delete the selected image and replace it with an anonymized version" provider: slicebox method: PUT path: "/images/{id}/anonymize" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }