Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 976 Bytes

File metadata and controls

19 lines (12 loc) · 976 Bytes

Freeclimb::UpdateCallRequest

Properties

Name Type Description Notes
status String Either `canceled` or `completed`. Specifying `canceled` attempts to hang up calls that are queued without affecting calls already in progress. Specifying `completed` attempts to hang up a call already in progress.
request_id String RequestId for this request starting with prefix `RQ` followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request will include this requestId. If it is not provided, FreeClimb will generate a requestId and return it as a header in the response (e.g. `X-Pulse-Request-Id: <requestId>`). [optional]

Code Sample

require 'Freeclimb'

instance = Freeclimb::UpdateCallRequest.new(status: null,
                                 request_id: null)