Skip to content

Commit 9244158

Browse files
band-swi-release-engineering[bot]DX-Bandwidthckoegel
authored
Generate SDK with OpenAPI Generator Version (#204)
Co-authored-by: DX-Bandwidth <dx@bandwidth.com> Co-authored-by: Cameron Koegel <53310569+ckoegel@users.noreply.github.com>
1 parent 775a58e commit 9244158

3 files changed

Lines changed: 2 additions & 17 deletions

File tree

bandwidth.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,9 +1723,6 @@ paths:
17231723
$ref: '#/components/responses/tooManyRequestsErrorResponse'
17241724
'500':
17251725
$ref: '#/components/responses/serviceUnavailableErrorResponse'
1726-
x-badges:
1727-
- name: Beta
1728-
color: '#076EA8'
17291726
post:
17301727
tags:
17311728
- Endpoints
@@ -1758,9 +1755,6 @@ paths:
17581755
callbacks:
17591756
endpointEventCallback:
17601757
$ref: '#/components/callbacks/endpointEvent'
1761-
x-badges:
1762-
- name: Beta
1763-
color: '#076EA8'
17641758
servers: &ref_5
17651759
- url: https://api.bandwidth.com/v2
17661760
description: Production
@@ -1793,9 +1787,6 @@ paths:
17931787
$ref: '#/components/responses/tooManyRequestsErrorResponse'
17941788
'500':
17951789
$ref: '#/components/responses/serviceUnavailableErrorResponse'
1796-
x-badges:
1797-
- name: Beta
1798-
color: '#076EA8'
17991790
delete:
18001791
tags:
18011792
- Endpoints
@@ -1826,9 +1817,6 @@ paths:
18261817
$ref: '#/components/responses/tooManyRequestsErrorResponse'
18271818
'500':
18281819
$ref: '#/components/responses/serviceUnavailableErrorResponse'
1829-
x-badges:
1830-
- name: Beta
1831-
color: '#076EA8'
18321820
servers: *ref_5
18331821
/accounts/{accountId}/endpoints/{endpointId}/bxml:
18341822
put:
@@ -1861,9 +1849,6 @@ paths:
18611849
$ref: '#/components/responses/tooManyRequestsErrorResponse'
18621850
'500':
18631851
$ref: '#/components/responses/serviceUnavailableErrorResponse'
1864-
x-badges:
1865-
- name: Beta
1866-
color: '#076EA8'
18671852
servers: *ref_5
18681853
components:
18691854
schemas:

docs/RbmActionBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require 'bandwidth-sdk'
1616
instance = Bandwidth::RbmActionBase.new(
1717
type: null,
1818
text: Hello world,
19-
postback_data: [B@ec70725
19+
postback_data: [B@73c6ae15
2020
)
2121
```
2222

docs/RbmSuggestionResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require 'bandwidth-sdk'
1414

1515
instance = Bandwidth::RbmSuggestionResponse.new(
1616
text: Yes, I would like to proceed,
17-
postback_data: [B@ec70725
17+
postback_data: [B@73c6ae15
1818
)
1919
```
2020

0 commit comments

Comments
 (0)