Skip to content

Commit 8e77f24

Browse files
Generate SDK with OpenAPI Generator Version 7.7.0 (#223)
Co-authored-by: DX-Bandwidth <[email protected]>
1 parent 1767e34 commit 8e77f24

File tree

6 files changed

+47
-39
lines changed

6 files changed

+47
-39
lines changed

bandwidth.yml

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ paths:
377377
$ref: '#/components/requestBodies/updateCallRequest'
378378
responses:
379379
'200':
380-
description: Call was successfully modified.
380+
$ref: '#/components/responses/updateCallResponse'
381381
'400':
382382
$ref: '#/components/responses/voiceBadRequestError'
383383
'401':
@@ -777,7 +777,7 @@ paths:
777777
$ref: '#/components/requestBodies/updateCallRecordingRequest'
778778
responses:
779779
'200':
780-
description: Recording state was successfully modified.
780+
$ref: '#/components/responses/updateRecordingResponse'
781781
'400':
782782
$ref: '#/components/responses/voiceBadRequestError'
783783
'401':
@@ -1324,7 +1324,7 @@ paths:
13241324
'403':
13251325
$ref: '#/components/responses/tnLookupForbiddenError'
13261326
'404':
1327-
description: Not Found
1327+
$ref: '#/components/responses/tnLookupNotFoundError'
13281328
'429':
13291329
$ref: '#/components/responses/tnLookupTooManyRequestsError'
13301330
'500':
@@ -2919,6 +2919,7 @@ components:
29192919
$ref: '#/components/schemas/conferenceId'
29202920
memberUrl:
29212921
type: string
2922+
format: uri
29222923
description: >-
29232924
A URL that may be used to retrieve information about or update
29242925
@@ -4276,6 +4277,7 @@ components:
42764277
example: my-recording-name
42774278
callUrl:
42784279
type: string
4280+
format: uri
42794281
description: The URL of the call associated with the event.
42804282
example: >-
42814283
https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85
@@ -4735,7 +4737,7 @@ components:
47354737
schema:
47364738
$ref: '#/components/schemas/messagingRequestError'
47374739
createCallResponse:
4738-
description: Call Successfully Created
4740+
description: Created
47394741
headers:
47404742
Location:
47414743
description: The URL for further interactions with this call
@@ -4749,41 +4751,45 @@ components:
47494751
createCall Response:
47504752
$ref: '#/components/examples/createCallResponseExample'
47514753
getCallStateResponse:
4752-
description: Call found
4754+
description: OK
47534755
content:
47544756
application/json:
47554757
schema:
47564758
$ref: '#/components/schemas/callState'
4759+
updateCallResponse:
4760+
description: OK
47574761
listCallsResponse:
4758-
description: Calls retrieved successfully
4762+
description: OK
47594763
content:
47604764
application/json:
47614765
schema:
47624766
type: array
47634767
items:
47644768
$ref: '#/components/schemas/callState'
47654769
getStatisticsResponse:
4766-
description: Statistics Found
4770+
description: OK
47674771
content:
47684772
application/json:
47694773
schema:
47704774
$ref: '#/components/schemas/accountStatistics'
4775+
updateRecordingResponse:
4776+
description: OK
47714777
listCallRecordingsResponse:
4772-
description: Recordings retrieved successfully
4778+
description: OK
47734779
content:
47744780
application/json:
47754781
schema:
47764782
type: array
47774783
items:
47784784
$ref: '#/components/schemas/callRecordingMetadata'
47794785
getCallRecordingResponse:
4780-
description: Recording found
4786+
description: OK
47814787
content:
47824788
application/json:
47834789
schema:
47844790
$ref: '#/components/schemas/callRecordingMetadata'
47854791
downloadRecordingMediaResponse:
4786-
description: Media found
4792+
description: OK
47874793
content:
47884794
audio/vnd.wave:
47894795
schema:
@@ -4794,27 +4800,27 @@ components:
47944800
type: string
47954801
format: binary
47964802
getRecordingTranscriptionResponse:
4797-
description: Transcription found.
4803+
description: OK
47984804
content:
47994805
application/json:
48004806
schema:
48014807
$ref: '#/components/schemas/recordingTranscriptions'
48024808
listTranscriptionsResponse:
4803-
description: Transcription found.
4809+
description: OK
48044810
content:
48054811
application/json:
48064812
schema:
48074813
$ref: '#/components/schemas/callTranscriptionMetadataList'
48084814
getCallTranscriptionResponse:
4809-
description: Transcription found.
4815+
description: OK
48104816
content:
48114817
application/json:
48124818
schema:
48134819
$ref: '#/components/schemas/callTranscriptionResponse'
48144820
deleteCallTranscriptionResponse:
4815-
description: Transcription data was deleted.
4821+
description: No Content
48164822
listConferencesResponse:
4817-
description: Conferences retrieved successfully
4823+
description: OK
48184824
content:
48194825
application/json:
48204826
schema:
@@ -4825,27 +4831,27 @@ components:
48254831
listConferences Response:
48264832
$ref: '#/components/examples/listConferencesResponseExample'
48274833
getConferenceResponse:
4828-
description: Conferences retrieved successfully
4834+
description: OK
48294835
content:
48304836
application/json:
48314837
schema:
48324838
$ref: '#/components/schemas/conference'
48334839
getConferenceMemberResponse:
4834-
description: Conference member found
4840+
description: OK
48354841
content:
48364842
application/json:
48374843
schema:
48384844
$ref: '#/components/schemas/conferenceMember'
48394845
listConferenceRecordingsResponse:
4840-
description: Conference recordings retrieved successfully
4846+
description: OK
48414847
content:
48424848
application/json:
48434849
schema:
48444850
type: array
48454851
items:
48464852
$ref: '#/components/schemas/conferenceRecordingMetadata'
48474853
getConferenceRecordingResponse:
4848-
description: Conference recording found
4854+
description: OK
48494855
content:
48504856
application/json:
48514857
schema:
@@ -5068,6 +5074,8 @@ components:
50685074
summary: Example Unsupported Media Type Error
50695075
value:
50705076
message: Content-Type must be application/json.
5077+
tnLookupNotFoundError:
5078+
description: Not Found
50715079
tnLookupTooManyRequestsError:
50725080
description: Too Many Requests
50735081
content:

docs/CallsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Name | Type | Description | Notes
8989

9090
| Status code | Description | Response headers |
9191
|-------------|-------------|------------------|
92-
**201** | Call Successfully Created | * Location - The URL for further interactions with this call <br> |
92+
**201** | Created | * Location - The URL for further interactions with this call <br> |
9393
**400** | Bad Request | - |
9494
**401** | Unauthorized | - |
9595
**403** | Forbidden | - |
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
178178

179179
| Status code | Description | Response headers |
180180
|-------------|-------------|------------------|
181-
**200** | Call found | - |
181+
**200** | OK | - |
182182
**400** | Bad Request | - |
183183
**401** | Unauthorized | - |
184184
**403** | Forbidden | - |
@@ -279,7 +279,7 @@ Name | Type | Description | Notes
279279

280280
| Status code | Description | Response headers |
281281
|-------------|-------------|------------------|
282-
**200** | Calls retrieved successfully | - |
282+
**200** | OK | - |
283283
**400** | Bad Request | - |
284284
**401** | Unauthorized | - |
285285
**403** | Forbidden | - |
@@ -368,7 +368,7 @@ void (empty response body)
368368

369369
| Status code | Description | Response headers |
370370
|-------------|-------------|------------------|
371-
**200** | Call was successfully modified. | - |
371+
**200** | OK | - |
372372
**400** | Bad Request | - |
373373
**401** | Unauthorized | - |
374374
**403** | Forbidden | - |

docs/ConferencesApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Name | Type | Description | Notes
9393

9494
| Status code | Description | Response headers |
9595
|-------------|-------------|------------------|
96-
**200** | Media found | - |
96+
**200** | OK | - |
9797
**400** | Bad Request | - |
9898
**401** | Unauthorized | - |
9999
**403** | Forbidden | - |
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
182182

183183
| Status code | Description | Response headers |
184184
|-------------|-------------|------------------|
185-
**200** | Conferences retrieved successfully | - |
185+
**200** | OK | - |
186186
**400** | Bad Request | - |
187187
**401** | Unauthorized | - |
188188
**403** | Forbidden | - |
@@ -273,7 +273,7 @@ Name | Type | Description | Notes
273273

274274
| Status code | Description | Response headers |
275275
|-------------|-------------|------------------|
276-
**200** | Conference member found | - |
276+
**200** | OK | - |
277277
**400** | Bad Request | - |
278278
**401** | Unauthorized | - |
279279
**403** | Forbidden | - |
@@ -364,7 +364,7 @@ Name | Type | Description | Notes
364364

365365
| Status code | Description | Response headers |
366366
|-------------|-------------|------------------|
367-
**200** | Conference recording found | - |
367+
**200** | OK | - |
368368
**400** | Bad Request | - |
369369
**401** | Unauthorized | - |
370370
**403** | Forbidden | - |
@@ -453,7 +453,7 @@ Name | Type | Description | Notes
453453

454454
| Status code | Description | Response headers |
455455
|-------------|-------------|------------------|
456-
**200** | Conference recordings retrieved successfully | - |
456+
**200** | OK | - |
457457
**400** | Bad Request | - |
458458
**401** | Unauthorized | - |
459459
**403** | Forbidden | - |
@@ -550,7 +550,7 @@ Name | Type | Description | Notes
550550

551551
| Status code | Description | Response headers |
552552
|-------------|-------------|------------------|
553-
**200** | Conferences retrieved successfully | - |
553+
**200** | OK | - |
554554
**400** | Bad Request | - |
555555
**401** | Unauthorized | - |
556556
**403** | Forbidden | - |

docs/RecordingsApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Name | Type | Description | Notes
358358

359359
| Status code | Description | Response headers |
360360
|-------------|-------------|------------------|
361-
**200** | Media found | - |
361+
**200** | OK | - |
362362
**400** | Bad Request | - |
363363
**401** | Unauthorized | - |
364364
**403** | Forbidden | - |
@@ -449,7 +449,7 @@ Name | Type | Description | Notes
449449

450450
| Status code | Description | Response headers |
451451
|-------------|-------------|------------------|
452-
**200** | Recording found | - |
452+
**200** | OK | - |
453453
**400** | Bad Request | - |
454454
**401** | Unauthorized | - |
455455
**403** | Forbidden | - |
@@ -540,7 +540,7 @@ Name | Type | Description | Notes
540540

541541
| Status code | Description | Response headers |
542542
|-------------|-------------|------------------|
543-
**200** | Transcription found. | - |
543+
**200** | OK | - |
544544
**400** | Bad Request | - |
545545
**401** | Unauthorized | - |
546546
**403** | Forbidden | - |
@@ -635,7 +635,7 @@ Name | Type | Description | Notes
635635

636636
| Status code | Description | Response headers |
637637
|-------------|-------------|------------------|
638-
**200** | Recordings retrieved successfully | - |
638+
**200** | OK | - |
639639
**400** | Bad Request | - |
640640
**401** | Unauthorized | - |
641641
**403** | Forbidden | - |
@@ -724,7 +724,7 @@ Name | Type | Description | Notes
724724

725725
| Status code | Description | Response headers |
726726
|-------------|-------------|------------------|
727-
**200** | Recordings retrieved successfully | - |
727+
**200** | OK | - |
728728
**400** | Bad Request | - |
729729
**401** | Unauthorized | - |
730730
**403** | Forbidden | - |
@@ -904,7 +904,7 @@ void (empty response body)
904904

905905
| Status code | Description | Response headers |
906906
|-------------|-------------|------------------|
907-
**200** | Recording state was successfully modified. | - |
907+
**200** | OK | - |
908908
**400** | Bad Request | - |
909909
**401** | Unauthorized | - |
910910
**403** | Forbidden | - |

docs/StatisticsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Name | Type | Description | Notes
8282

8383
| Status code | Description | Response headers |
8484
|-------------|-------------|------------------|
85-
**200** | Statistics Found | - |
85+
**200** | OK | - |
8686
**400** | Bad Request | - |
8787
**401** | Unauthorized | - |
8888
**403** | Forbidden | - |

docs/TranscriptionsApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void (empty response body)
8585

8686
| Status code | Description | Response headers |
8787
|-------------|-------------|------------------|
88-
**200** | Transcription data was deleted. | - |
88+
**200** | No Content | - |
8989
**400** | Bad Request | - |
9090
**401** | Unauthorized | - |
9191
**403** | Forbidden | - |
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
176176

177177
| Status code | Description | Response headers |
178178
|-------------|-------------|------------------|
179-
**200** | Transcription found. | - |
179+
**200** | OK | - |
180180
**400** | Bad Request | - |
181181
**401** | Unauthorized | - |
182182
**403** | Forbidden | - |
@@ -265,7 +265,7 @@ Name | Type | Description | Notes
265265

266266
| Status code | Description | Response headers |
267267
|-------------|-------------|------------------|
268-
**200** | Transcription found. | - |
268+
**200** | OK | - |
269269
**400** | Bad Request | - |
270270
**401** | Unauthorized | - |
271271
**403** | Forbidden | - |

0 commit comments

Comments
 (0)