Skip to content

Commit 3949b0c

Browse files
band-swi[bot]DX-Bandwidthckoegel
authored
SWI-6761 Update SDK Based on Recent Spec Changes (#55)
* Generate SDK with OpenAPI Generator Version * 7.10.0 --------- Co-authored-by: DX-Bandwidth <[email protected]> Co-authored-by: ckoegel <[email protected]>
1 parent e71ff5e commit 3949b0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bandwidth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,8 +2202,8 @@ components:
22022202
parameter as described in <a
22032203
href='https://tools.ietf.org/html/rfc7433'>RFC
22042204
2205-
7433</a>. Only 'jwt' and 'base64' encodings are allowed. The entire
2206-
value
2205+
7433</a>. Only 'jwt', 'base64' and 'hex' encodings are allowed. The
2206+
entire value
22072207
22082208
cannot exceed 350 characters, including parameters and separators.
22092209
applicationId:

models/create-call.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface CreateCall {
5151
*/
5252
'displayName'?: string | null;
5353
/**
54-
* A comma-separated list of \'User-To-User\' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an \'encoding\' parameter as described in <a href=\'https://tools.ietf.org/html/rfc7433\'>RFC 7433</a>. Only \'jwt\' and \'base64\' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators.
54+
* A comma-separated list of \'User-To-User\' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an \'encoding\' parameter as described in <a href=\'https://tools.ietf.org/html/rfc7433\'>RFC 7433</a>. Only \'jwt\', \'base64\' and \'hex\' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators.
5555
* @type {string}
5656
* @memberof CreateCall
5757
*/

0 commit comments

Comments
 (0)