From 2b1363ff9130bc948dcc0f396ead1140e0baad07 Mon Sep 17 00:00:00 2001 From: DX-Bandwidth Date: Wed, 31 May 2023 20:28:31 +0000 Subject: [PATCH] Add Code Snippets to Spec Files --- site/specs/numbers.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/site/specs/numbers.yml b/site/specs/numbers.yml index 47641681f..8d169c19d 100644 --- a/site/specs/numbers.yml +++ b/site/specs/numbers.yml @@ -12410,6 +12410,12 @@ components: - unchanged - systemDefault type: string + CallVerificationEnabled: + enum: + - '{custom value}' + - 'true' + - 'false' + type: string CallingNameDisplay: enum: - 'on' @@ -12656,6 +12662,8 @@ components: properties: CallForward: $ref: '#/components/schemas/TelephoneNumber' + CallVerificationEnabled: + type: string CallingNameDisplay: type: string FinalDestinationURI: @@ -38813,6 +38821,14 @@ paths: phone number in the option groupfalseExplicitly disables Pindrop integration on each phone number in the option + group
  • for Call Verification Enabled + attribute
  • Action + valueDescription of + action
    trueEnables Call Verification on each + phone number in the option + group
    falseExplicitly disables Call + Verification on each phone number in the option group
  • for other attribute