Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add Code Snippets to Spec Files
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Sep 19, 2023
1 parent 1159a6c commit 8643012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/specs/numbers_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32150,7 +32150,7 @@ paths:
"features": [
"Ordering",
"LNP",
"HostedTn",
"HostedTNS",
"IMPORT_TNS",
"HostedVoice",
"TN_ASSIGNMENT",
Expand All @@ -32177,7 +32177,7 @@ paths:
"phoneNumberType": "NATIONAL",
"features": [
{
"featureName": "HostedTn",
"featureName": "HostedTNS",
"isDisabled": true
},
{
Expand Down Expand Up @@ -32238,7 +32238,7 @@ paths:
<Features>
<Feature>Ordering</Feature>
<Feature>LNP</Feature>
<Feature>HostedTn</Feature>
<Feature>HostedTNS</Feature>
<Feature>IMPORT_TNS</Feature>
<Feature>HostedVoice</Feature>
<Feature>TN_ASSIGNMENT</Feature>
Expand All @@ -32265,7 +32265,7 @@ paths:
<PhoneNumberType>NATIONAL</PhoneNumberType>
<Features>
<Feature>
<FeatureName>HostedTn</FeatureName>
<FeatureName>HostedTNS</FeatureName>
<IsDisabled>true</IsDisabled>
</Feature>
<Feature>
Expand Down

0 comments on commit 8643012

Please sign in to comment.