mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-01-25 02:08:24 +00:00
feat: add metadata for create call
This commit is contained in:
@@ -3831,6 +3831,10 @@ paths:
|
||||
type: object
|
||||
description: Initial set of customer-supplied metadata to associate with the call (see jambonz 'tag' verb)
|
||||
example: {"callCount": 10}
|
||||
metadata:
|
||||
type: object
|
||||
description: Customer-supplied metadata to associate with the call that to be included in customerData for call_hook and call_status_hook.
|
||||
example: {"customer": "jambonz"}
|
||||
to:
|
||||
$ref: '#/components/schemas/Target'
|
||||
description: Destination for call
|
||||
|
||||
Reference in New Issue
Block a user