|
40 | 40 | $ref: '#/components/responses/messagingForbiddenError' |
41 | 41 | '404': |
42 | 42 | $ref: '#/components/responses/messagingNotFoundError' |
| 43 | + '406': |
| 44 | + $ref: '#/components/responses/messagingNotAcceptableError' |
43 | 45 | '415': |
44 | 46 | $ref: '#/components/responses/messagingInvalidMediaTypeError' |
45 | 47 | '429': |
|
70 | 72 | $ref: '#/components/responses/messagingForbiddenError' |
71 | 73 | '404': |
72 | 74 | $ref: '#/components/responses/messagingNotFoundError' |
| 75 | + '406': |
| 76 | + $ref: '#/components/responses/messagingNotAcceptableError' |
73 | 77 | '415': |
74 | 78 | $ref: '#/components/responses/messagingInvalidMediaTypeError' |
75 | 79 | '429': |
@@ -110,6 +114,8 @@ paths: |
110 | 114 | $ref: '#/components/responses/messagingForbiddenError' |
111 | 115 | '404': |
112 | 116 | $ref: '#/components/responses/messagingNotFoundError' |
| 117 | + '406': |
| 118 | + $ref: '#/components/responses/messagingNotAcceptableError' |
113 | 119 | '415': |
114 | 120 | $ref: '#/components/responses/messagingInvalidMediaTypeError' |
115 | 121 | '429': |
@@ -141,6 +147,8 @@ paths: |
141 | 147 | $ref: '#/components/responses/messagingForbiddenError' |
142 | 148 | '404': |
143 | 149 | $ref: '#/components/responses/messagingNotFoundError' |
| 150 | + '406': |
| 151 | + $ref: '#/components/responses/messagingNotAcceptableError' |
144 | 152 | '415': |
145 | 153 | $ref: '#/components/responses/messagingInvalidMediaTypeError' |
146 | 154 | '429': |
@@ -212,6 +220,8 @@ paths: |
212 | 220 | $ref: '#/components/responses/messagingForbiddenError' |
213 | 221 | '404': |
214 | 222 | $ref: '#/components/responses/messagingNotFoundError' |
| 223 | + '406': |
| 224 | + $ref: '#/components/responses/messagingNotAcceptableError' |
215 | 225 | '415': |
216 | 226 | $ref: '#/components/responses/messagingInvalidMediaTypeError' |
217 | 227 | '429': |
@@ -1994,6 +2004,16 @@ components: |
1994 | 2004 |
|
1995 | 2005 | strings: `Restricted`, `Anonymous`, `Private`, or `Unavailable`). |
1996 | 2006 | example: '+19195554321' |
| 2007 | + displayName: |
| 2008 | + nullable: true |
| 2009 | + type: string |
| 2010 | + description: >- |
| 2011 | + The caller display name to use when the call is created. |
| 2012 | +
|
| 2013 | + May not exceed 256 characters nor contain control characters such as |
| 2014 | + new lines. |
| 2015 | + maxLength: 256 |
| 2016 | + example: John Doe |
1997 | 2017 | uui: |
1998 | 2018 | nullable: true |
1999 | 2019 | type: string |
@@ -4403,6 +4423,12 @@ components: |
4403 | 4423 | application/json: |
4404 | 4424 | schema: |
4405 | 4425 | $ref: '#/components/schemas/messagingRequestError' |
| 4426 | + messagingNotAcceptableError: |
| 4427 | + description: Not Acceptable |
| 4428 | + content: |
| 4429 | + application/json: |
| 4430 | + schema: |
| 4431 | + $ref: '#/components/schemas/messagingRequestError' |
4406 | 4432 | createMessageBadRequestError: |
4407 | 4433 | description: Bad Request |
4408 | 4434 | content: |
|
0 commit comments