Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5985,9 +5985,6 @@ paths:
summary: List Endpoints
tags:
- Endpoints
x-badges:
- name: Beta
color: "#076EA8"
x-accepts:
- application/json
post:
Expand Down Expand Up @@ -6103,9 +6100,6 @@ paths:
summary: Create Endpoint
tags:
- Endpoints
x-badges:
- name: Beta
color: "#076EA8"
x-content-type: application/json
x-accepts:
- application/json
Expand Down Expand Up @@ -6224,9 +6218,6 @@ paths:
summary: Delete Endpoint
tags:
- Endpoints
x-badges:
- name: Beta
color: "#076EA8"
x-accepts:
- application/json
get:
Expand Down Expand Up @@ -6346,9 +6337,6 @@ paths:
summary: Get Endpoint
tags:
- Endpoints
x-badges:
- name: Beta
color: "#076EA8"
x-accepts:
- application/json
servers:
Expand Down Expand Up @@ -6467,9 +6455,6 @@ paths:
summary: Update Endpoint BXML
tags:
- Endpoints
x-badges:
- name: Beta
color: "#076EA8"
x-content-type: application/xml
x-accepts:
- application/json
Expand Down
15 changes: 0 additions & 15 deletions bandwidth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1723,9 +1723,6 @@ paths:
$ref: '#/components/responses/tooManyRequestsErrorResponse'
'500':
$ref: '#/components/responses/serviceUnavailableErrorResponse'
x-badges:
- name: Beta
color: '#076EA8'
post:
tags:
- Endpoints
Expand Down Expand Up @@ -1758,9 +1755,6 @@ paths:
callbacks:
endpointEventCallback:
$ref: '#/components/callbacks/endpointEvent'
x-badges:
- name: Beta
color: '#076EA8'
servers: &ref_5
- url: https://api.bandwidth.com/v2
description: Production
Expand Down Expand Up @@ -1793,9 +1787,6 @@ paths:
$ref: '#/components/responses/tooManyRequestsErrorResponse'
'500':
$ref: '#/components/responses/serviceUnavailableErrorResponse'
x-badges:
- name: Beta
color: '#076EA8'
delete:
tags:
- Endpoints
Expand Down Expand Up @@ -1826,9 +1817,6 @@ paths:
$ref: '#/components/responses/tooManyRequestsErrorResponse'
'500':
$ref: '#/components/responses/serviceUnavailableErrorResponse'
x-badges:
- name: Beta
color: '#076EA8'
servers: *ref_5
/accounts/{accountId}/endpoints/{endpointId}/bxml:
put:
Expand Down Expand Up @@ -1861,9 +1849,6 @@ paths:
$ref: '#/components/responses/tooManyRequestsErrorResponse'
'500':
$ref: '#/components/responses/serviceUnavailableErrorResponse'
x-badges:
- name: Beta
color: '#076EA8'
servers: *ref_5
components:
schemas:
Expand Down
Loading