action staging_ecotaco_update_user { label: "Update User" description: "" provider: staging_ecotaco method: PUT path: "/accounts" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }