action semantria_add_configurations { label: "Create user configurations" description: "This method creates configurations on Semantria side." provider: semantria method: POST path: "/configurations.{content_type}" encoding: json input: { type: "object" properties: { content_type: { type: "string" } } required: ["content_type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }