Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 7ff943b

Browse files
authored
Add Code Snippets to Spec Files (#757)
1 parent b498d22 commit 7ff943b

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

site/specs/insights.yml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ info:
99
1010
## Base URL
1111
12-
`https://insights.bandwidth.com/api/v1.beta`
12+
`https://insights.bandwidth.com/api/v1`
1313
servers:
14-
- url: https://insights.bandwidth.com/api/v1.beta
14+
- url: https://insights.bandwidth.com/api/v1
1515
tags:
1616
- name: Voice
1717
paths:
@@ -122,12 +122,6 @@ components:
122122
example: '+18185551234'
123123
callDirection:
124124
$ref: '#/components/schemas/callDirection'
125-
postDialDelay:
126-
type: integer
127-
description: >-
128-
How long it takes for a calling party to hear a ringback tone after
129-
initiating a call, measured in milliseconds.
130-
example: 0
131125
callType:
132126
$ref: '#/components/schemas/callType'
133127
callResult:
@@ -138,22 +132,6 @@ components:
138132
Message generated by a user agent server (UAS) or SIP server to
139133
reply to a request generated by a client.
140134
example: 200
141-
packetLoss:
142-
type: integer
143-
description: Count of packets lost during transmission.
144-
example: 0
145-
jitter:
146-
type: integer
147-
description: >-
148-
Variation in the delay of received packets over time, measured in
149-
milliseconds.
150-
example: 0
151-
latency:
152-
type: integer
153-
description: >-
154-
Time it takes for information to be transmitted from the source to
155-
the destination, measured in milliseconds.
156-
example: 0
157135
cost:
158136
format: double
159137
type: number
@@ -238,7 +216,7 @@ components:
238216
type: string
239217
description: Specifies the relationship between this link and the resource.
240218
example: >-
241-
https://insights.bandwidth.com/api/v1.beta/voice/calls?callResult=completed&offset=1&limit=1&sort=startTime:desc
219+
https://insights.bandwidth.com/api/v1/voice/calls?callResult=completed&offset=1&limit=1&sort=startTime:desc
242220
error:
243221
title: Error
244222
type: object

0 commit comments

Comments
 (0)