Skip to content

Commit

Permalink
c1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Aug 21, 2023
1 parent 69d32f3 commit 13fa983
Show file tree
Hide file tree
Showing 44 changed files with 139 additions and 3,437 deletions.
33 changes: 1 addition & 32 deletions spec/yaml/twilio_accounts_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 1.47.0
version: 1.41.0
openapi: 3.0.1
paths:
/v1/AuthTokens/Promote:
Expand All @@ -181,8 +181,6 @@ paths:
description: Promote the secondary Auth Token to primary. After promoting the
new token, all requests to Twilio using your old primary Auth Token will result
in an error.
tags:
- AccountsV1AuthTokenPromotion
responses:
'200':
content:
Expand Down Expand Up @@ -216,8 +214,6 @@ paths:
get:
description: Retrieves a collection of AWS Credentials belonging to the account
used to make the request
tags:
- AccountsV1Aws
parameters:
- name: PageSize
in: query
Expand Down Expand Up @@ -281,8 +277,6 @@ paths:
- GA
post:
description: Create a new AWS Credential
tags:
- AccountsV1Aws
responses:
'201':
content:
Expand Down Expand Up @@ -335,8 +329,6 @@ paths:
get:
description: Fetch the AWS credentials specified by the provided Credential
Sid
tags:
- AccountsV1Aws
parameters:
- name: Sid
in: path
Expand All @@ -362,8 +354,6 @@ paths:
- GA
post:
description: Modify the properties of a given Account
tags:
- AccountsV1Aws
parameters:
- name: Sid
in: path
Expand Down Expand Up @@ -400,8 +390,6 @@ paths:
resource. It can be up to 64 characters long.
delete:
description: Delete a Credential from your account
tags:
- AccountsV1Aws
parameters:
- name: Sid
in: path
Expand Down Expand Up @@ -436,8 +424,6 @@ paths:
get:
description: Retrieves a collection of Public Key Credentials belonging to the
account used to make the request
tags:
- AccountsV1PublicKey
parameters:
- name: PageSize
in: query
Expand Down Expand Up @@ -501,8 +487,6 @@ paths:
- GA
post:
description: Create a new Public Key Credential
tags:
- AccountsV1PublicKey
responses:
'201':
content:
Expand Down Expand Up @@ -555,8 +539,6 @@ paths:
mountName: public_key
get:
description: Fetch the public key specified by the provided Credential Sid
tags:
- AccountsV1PublicKey
parameters:
- name: Sid
in: path
Expand All @@ -582,8 +564,6 @@ paths:
- GA
post:
description: Modify the properties of a given Account
tags:
- AccountsV1PublicKey
parameters:
- name: Sid
in: path
Expand Down Expand Up @@ -620,8 +600,6 @@ paths:
resource. It can be up to 64 characters long.
delete:
description: Delete a Credential from your account
tags:
- AccountsV1PublicKey
parameters:
- name: Sid
in: path
Expand Down Expand Up @@ -654,8 +632,6 @@ paths:
mountName: secondary_auth_token
post:
description: Create a new secondary Auth Token
tags:
- AccountsV1SecondaryAuthToken
responses:
'201':
content:
Expand All @@ -670,8 +646,6 @@ paths:
- GA
delete:
description: Delete the secondary Auth Token from your account
tags:
- AccountsV1SecondaryAuthToken
responses:
'204':
description: The resource was deleted successfully.
Expand All @@ -682,11 +656,6 @@ paths:
- GA
servers:
- url: https://accounts.twilio.com
tags:
- name: AccountsV1AuthTokenPromotion
- name: AccountsV1Aws
- name: AccountsV1PublicKey
- name: AccountsV1SecondaryAuthToken
x-maturity:
- name: GA
description: This product is Generally Available.
Loading

0 comments on commit 13fa983

Please sign in to comment.