-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,186 additions
and
11,467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -800,7 +800,7 @@ Creates a new Number on Routr. | |
| 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.extraHeaders | <code>Array.<Object></code> | Extra headers to be used (e.g., [{name: "X-Room-Id", value: "abc-us-123"}]) | | ||
| request.extraHeaders | <code>Array.<Object></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 | | ||
| request.extended | <code>string</code> | Optional extended attributes | | ||
|
@@ -842,7 +842,7 @@ Updates an already existing Number on Routr. | |
| request | <code>UpdateNumberRequest</code> | Partial with the fields to update | | ||
| request.name | <code>string</code> | Name of the Number | | ||
| request.aorLink | <code>string</code> | The AOR link to be used (e.g., sip:[email protected]) | | ||
| request.extraHeaders | <code>Array.<Object></code> | Extra headers to be used (e.g., [{name: "X-Room-Id", value: "abc-us-123"}]) | | ||
| request.extraHeaders | <code>Array.<Object></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 | | ||
| request.extended | <code>string</code> | Optional extended attributes | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.