action semantria_update_configurations { label: "Update user configurations" description: "This method updates specific configurations by unique IDs on Semantria side." provider: semantria method: PUT path: "/configurations.{content_type}" encoding: json input: { type: "object" properties: { content_type: { type: "string" } } required: ["content_type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }