action slicebox_post_images_id_anonymized { label: "post_images_id_anonymized" description: "get an anonymized version of the image with the supplied ID" provider: slicebox method: POST path: "/images/{id}/anonymized" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }