Skip to content

Commit

Permalink
fix for #9 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke authored Jan 4, 2021
1 parent dbe336b commit 88d070f
Show file tree
Hide file tree
Showing 33 changed files with 1,211 additions and 1,211 deletions.
26 changes: 13 additions & 13 deletions spec/yaml/twilio_accounts_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ paths:
properties: {}
type: object
responses:
200:
'200':
content:
application/json:
schema:
Expand All @@ -143,7 +143,7 @@ paths:
description: Delete the secondary Auth Token from your account
operationId: DeleteSecondaryAuthToken
responses:
204:
'204':
description: The resource was deleted successfully.
security:
- accountSid_authToken: []
Expand All @@ -160,7 +160,7 @@ paths:
properties: {}
type: object
responses:
201:
'201':
content:
application/json:
schema:
Expand Down Expand Up @@ -193,7 +193,7 @@ paths:
minimum: 1
type: integer
responses:
200:
'200':
content:
application/json:
schema:
Expand Down Expand Up @@ -258,7 +258,7 @@ paths:
- Credentials
type: object
responses:
201:
'201':
content:
application/json:
schema:
Expand Down Expand Up @@ -291,7 +291,7 @@ paths:
pattern: ^CR[0-9a-fA-F]{32}$
type: string
responses:
204:
'204':
description: The resource was deleted successfully.
security:
- accountSid_authToken: []
Expand All @@ -314,7 +314,7 @@ paths:
pattern: ^CR[0-9a-fA-F]{32}$
type: string
responses:
200:
'200':
content:
application/json:
schema:
Expand Down Expand Up @@ -349,7 +349,7 @@ paths:
type: string
type: object
responses:
200:
'200':
content:
application/json:
schema:
Expand Down Expand Up @@ -379,7 +379,7 @@ paths:
minimum: 1
type: integer
responses:
200:
'200':
content:
application/json:
schema:
Expand Down Expand Up @@ -444,7 +444,7 @@ paths:
- PublicKey
type: object
responses:
201:
'201':
content:
application/json:
schema:
Expand Down Expand Up @@ -477,7 +477,7 @@ paths:
pattern: ^CR[0-9a-fA-F]{32}$
type: string
responses:
204:
'204':
description: The resource was deleted successfully.
security:
- accountSid_authToken: []
Expand All @@ -499,7 +499,7 @@ paths:
pattern: ^CR[0-9a-fA-F]{32}$
type: string
responses:
200:
'200':
content:
application/json:
schema:
Expand Down Expand Up @@ -534,7 +534,7 @@ paths:
type: string
type: object
responses:
200:
'200':
content:
application/json:
schema:
Expand Down
Loading

0 comments on commit 88d070f

Please sign in to comment.