Skip to content

Commit

Permalink
docs: rename field countryISOCode as countryIsoCode
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jun 22, 2024
1 parent 063fc8e commit bf239f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mods/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ const request = {
aorLink: "sip:[email protected]",
city: "San Francisco",
country: "United States",
countryISOCode: "US",
countryIsoCode: "US",
sessionAffinityHeader: "X-Room-Id"
extraHeaders: [{
name: "X-Room-Id",
Expand Down Expand Up @@ -807,7 +807,7 @@ Creates a new Number on Routr.
| request.aorLink | <code>string</code> | The AOR link to be used (e.g., sip:[email protected]) |
| request.city | <code>string</code> | The city where the number is located |
| request.country | <code>string</code> | The country where the number is located |
| request.countryISOCode | <code>string</code> | The country ISO code where the number is located |
| request.countryIsoCode | <code>string</code> | The country ISO code where the number is located |
| request.extraHeaders | <code>Array.&lt;JsonObject&gt;</code> | Extra headers to be used (e.g., [\{name: "X-Room-Id", value: "abc-us-123"\}]) |
| request.trunkRef | <code>string</code> | The Trunk reference to be used |
| request.sessionAffinityHeader | <code>string</code> | Optional session affinity header |
Expand All @@ -822,7 +822,7 @@ const request = {
aorLink: "sip:[email protected]",
city: "San Francisco",
country: "United States",
countryISOCode: "US",
countryIsoCode: "US",
sessionAffinityHeader: "X-Room-Id"
extraHeaders: [{
name: "X-Room-Id",
Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
fill="currentColor"
/>
</svg>
1.2k</a
1.4k</a
>
</div>
</div>
Expand Down Expand Up @@ -193,7 +193,7 @@
fill="currentColor"
/>
</svg>
1.2k</a
1.4k</a
>
</div>
</div>
Expand Down

0 comments on commit bf239f0

Please sign in to comment.