action semantria_add_taxonomy { label: "Add taxonomy nodes" description: "This method adds taxonomy nodes on Semantria side." provider: semantria method: POST path: "/taxonomy.{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 } }