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