We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e0b12 commit 53fb2d2Copy full SHA for 53fb2d2
1 file changed
bandwidth.yml
@@ -6771,10 +6771,12 @@ components:
6771
content:
6772
application/json:
6773
schema:
6774
- $ref: "#/components/schemas/messagingRequestError"
+ $ref: '#/components/schemas/messagingRequestError'
6775
example:
6776
type: rate_limit_exceeded
6777
- description: Rate limit exceeded. Wait for Retry-After time before sending another request.
+ description: >-
6778
+ Rate limit exceeded. Wait for Retry-After time before sending
6779
+ another request.
6780
createCallResponse:
6781
description: Created
6782
headers:
0 commit comments