action semantria_update_blacklist { label: "Update items in blacklist" description: "This method updates existing items by unique IDs in the backlist on Semantria side." provider: semantria method: PUT path: "/blacklist.{content_type}" encoding: json input: { type: "object" properties: { config_id: { type: "string" } content_type: { type: "string" } } required: ["content_type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }