action callfire_update_call_broadcast { label: "Update a call broadcast" description: "This operation lets the user modify the configuration of a voice broadcast campaign after call broadcast campaign is created. See CallBroadcast for more information on what can/can't be updated on this API" provider: callfire method: PUT path: "/calls/broadcasts/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } strictValidation: { type: "boolean" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }