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 6673090 commit 69d32f3
Show file tree
Hide file tree
Showing 44 changed files with 188 additions and 5,829 deletions.
55 changes: 1 addition & 54 deletions spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"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": {
Expand All @@ -208,9 +208,6 @@
},
"post": {
"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 @@ -264,9 +261,6 @@
},
"get": {
"description": "Retrieves a collection of AWS Credentials belonging to the account used to make the request",
"tags": [
"AccountsV1Aws"
],
"parameters": [
{
"name": "PageSize",
Expand Down Expand Up @@ -361,9 +355,6 @@
},
"post": {
"description": "Create a new AWS Credential",
"tags": [
"AccountsV1Aws"
],
"responses": {
"201": {
"content": {
Expand Down Expand Up @@ -435,9 +426,6 @@
},
"get": {
"description": "Fetch the AWS credentials specified by the provided Credential Sid",
"tags": [
"AccountsV1Aws"
],
"parameters": [
{
"name": "Sid",
Expand Down Expand Up @@ -476,9 +464,6 @@
},
"post": {
"description": "Modify the properties of a given Account",
"tags": [
"AccountsV1Aws"
],
"parameters": [
{
"name": "Sid",
Expand Down Expand Up @@ -533,9 +518,6 @@
},
"delete": {
"description": "Delete a Credential from your account",
"tags": [
"AccountsV1Aws"
],
"parameters": [
{
"name": "Sid",
Expand Down Expand Up @@ -585,9 +567,6 @@
},
"get": {
"description": "Retrieves a collection of Public Key Credentials belonging to the account used to make the request",
"tags": [
"AccountsV1PublicKey"
],
"parameters": [
{
"name": "PageSize",
Expand Down Expand Up @@ -682,9 +661,6 @@
},
"post": {
"description": "Create a new Public Key Credential",
"tags": [
"AccountsV1PublicKey"
],
"responses": {
"201": {
"content": {
Expand Down Expand Up @@ -757,9 +733,6 @@
},
"get": {
"description": "Fetch the public key specified by the provided Credential Sid",
"tags": [
"AccountsV1PublicKey"
],
"parameters": [
{
"name": "Sid",
Expand Down Expand Up @@ -798,9 +771,6 @@
},
"post": {
"description": "Modify the properties of a given Account",
"tags": [
"AccountsV1PublicKey"
],
"parameters": [
{
"name": "Sid",
Expand Down Expand Up @@ -855,9 +825,6 @@
},
"delete": {
"description": "Delete a Credential from your account",
"tags": [
"AccountsV1PublicKey"
],
"parameters": [
{
"name": "Sid",
Expand Down Expand Up @@ -906,9 +873,6 @@
},
"post": {
"description": "Create a new secondary Auth Token",
"tags": [
"AccountsV1SecondaryAuthToken"
],
"responses": {
"201": {
"content": {
Expand All @@ -933,9 +897,6 @@
},
"delete": {
"description": "Delete the secondary Auth Token from your account",
"tags": [
"AccountsV1SecondaryAuthToken"
],
"responses": {
"204": {
"description": "The resource was deleted successfully."
Expand All @@ -958,20 +919,6 @@
"url": "https://accounts.twilio.com"
}
],
"tags": [
{
"name": "AccountsV1AuthTokenPromotion"
},
{
"name": "AccountsV1Aws"
},
{
"name": "AccountsV1PublicKey"
},
{
"name": "AccountsV1SecondaryAuthToken"
}
],
"x-maturity": [
{
"name": "GA",
Expand Down
Loading

0 comments on commit 69d32f3

Please sign in to comment.