action semantria_add_blacklist { label: "Add items to blacklist" description: "This method adds new unique items to the backlist on Semantria side." provider: semantria method: POST 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 } }