diff --git a/spec/yaml/twilio_accounts_v1.yaml b/spec/yaml/twilio_accounts_v1.yaml index f1209c6b..53f4c30c 100644 --- a/spec/yaml/twilio_accounts_v1.yaml +++ b/spec/yaml/twilio_accounts_v1.yaml @@ -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: @@ -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: @@ -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 @@ -281,8 +277,6 @@ paths: - GA post: description: Create a new AWS Credential - tags: - - AccountsV1Aws responses: '201': content: @@ -335,8 +329,6 @@ paths: get: description: Fetch the AWS credentials specified by the provided Credential Sid - tags: - - AccountsV1Aws parameters: - name: Sid in: path @@ -362,8 +354,6 @@ paths: - GA post: description: Modify the properties of a given Account - tags: - - AccountsV1Aws parameters: - name: Sid in: path @@ -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 @@ -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 @@ -501,8 +487,6 @@ paths: - GA post: description: Create a new Public Key Credential - tags: - - AccountsV1PublicKey responses: '201': content: @@ -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 @@ -582,8 +564,6 @@ paths: - GA post: description: Modify the properties of a given Account - tags: - - AccountsV1PublicKey parameters: - name: Sid in: path @@ -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 @@ -654,8 +632,6 @@ paths: mountName: secondary_auth_token post: description: Create a new secondary Auth Token - tags: - - AccountsV1SecondaryAuthToken responses: '201': content: @@ -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. @@ -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. diff --git a/spec/yaml/twilio_api_v2010.yaml b/spec/yaml/twilio_api_v2010.yaml index bd899f3a..dba71902 100644 --- a/spec/yaml/twilio_api_v2010.yaml +++ b/spec/yaml/twilio_api_v2010.yaml @@ -4800,6 +4800,26 @@ components: - in-progress - completed - failed + api.v2010.safelist: + type: object + properties: + sid: + type: string + minLength: 34 + maxLength: 34 + pattern: ^GN[0-9a-fA-F]{32}$ + nullable: true + description: The unique string that we created to identify the SafeList + resource. + phone_number: + type: string + nullable: true + description: The phone number in SafeList. + url: + type: string + format: uri + nullable: true + description: The absolute URL of the SafeList resource. api.v2010.account.short_code: type: object properties: @@ -9220,7 +9240,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: /2010-04-01/Accounts.json: @@ -9261,8 +9281,6 @@ paths: validation_request: '{account_sid: sid}' post: description: Create a new Twilio Subaccount from the account making the request - tags: - - Api20100401Account responses: '201': content: @@ -9289,8 +9307,6 @@ paths: get: description: Retrieves a collection of Accounts belonging to the account used to make the request - tags: - - Api20100401Account parameters: - name: FriendlyName in: query @@ -9402,8 +9418,6 @@ paths: validation_request: '{account_sid: sid}' get: description: Fetch the account specified by the provided Account Sid - tags: - - Api20100401Account parameters: - name: Sid in: path @@ -9428,8 +9442,6 @@ paths: - GA post: description: Modify the properties of a given Account - tags: - - Api20100401Account parameters: - name: Sid in: path @@ -9487,8 +9499,6 @@ paths: parent: /Accounts/{Sid}.json post: description: '' - tags: - - Api20100401Address parameters: - name: AccountSid in: path @@ -9564,8 +9574,6 @@ paths: - IsoCountry get: description: '' - tags: - - Api20100401Address parameters: - name: AccountSid in: path @@ -9671,8 +9679,6 @@ paths: parent: /Accounts/{Sid}.json delete: description: '' - tags: - - Api20100401Address parameters: - name: AccountSid in: path @@ -9704,8 +9710,6 @@ paths: - GA get: description: '' - tags: - - Api20100401Address parameters: - name: AccountSid in: path @@ -9741,8 +9745,6 @@ paths: - GA post: description: '' - tags: - - Api20100401Address parameters: - name: AccountSid in: path @@ -9831,8 +9833,6 @@ paths: parent: /Accounts/{Sid}.json post: description: Create a new application within your account - tags: - - Api20100401Application parameters: - name: AccountSid in: path @@ -9979,8 +9979,6 @@ paths: get: description: Retrieve a list of applications representing an application within the requesting account - tags: - - Api20100401Application parameters: - name: AccountSid in: path @@ -10072,8 +10070,6 @@ paths: parent: /Accounts/{Sid}.json delete: description: Delete the application by the specified application sid - tags: - - Api20100401Application parameters: - name: AccountSid in: path @@ -10105,8 +10101,6 @@ paths: - GA get: description: Fetch the application specified by the provided sid - tags: - - Api20100401Application parameters: - name: AccountSid in: path @@ -10142,8 +10136,6 @@ paths: - GA post: description: Updates the application's properties - tags: - - Api20100401Application parameters: - name: AccountSid in: path @@ -10311,8 +10303,6 @@ paths: parent: /Accounts/{Sid}.json get: description: Fetch an instance of an authorized-connect-app - tags: - - Api20100401AuthorizedConnectApp parameters: - name: AccountSid in: path @@ -10358,8 +10348,6 @@ paths: get: description: Retrieve a list of authorized-connect-apps belonging to the account used to make the request - tags: - - Api20100401AuthorizedConnectApp parameters: - name: AccountSid in: path @@ -10452,8 +10440,6 @@ paths: className: available_phone_number_country get: description: '' - tags: - - Api20100401AvailablePhoneNumberCountry parameters: - name: AccountSid in: path @@ -10546,8 +10532,6 @@ paths: className: available_phone_number_country get: description: '' - tags: - - Api20100401AvailablePhoneNumberCountry parameters: - name: AccountSid in: path @@ -10593,8 +10577,6 @@ paths: parent: /Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json get: description: '' - tags: - - Api20100401Local parameters: - name: AccountSid in: path @@ -10805,8 +10787,6 @@ paths: parent: /Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json get: description: '' - tags: - - Api20100401MachineToMachine parameters: - name: AccountSid in: path @@ -11017,8 +10997,6 @@ paths: parent: /Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json get: description: '' - tags: - - Api20100401Mobile parameters: - name: AccountSid in: path @@ -11229,8 +11207,6 @@ paths: parent: /Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json get: description: '' - tags: - - Api20100401National parameters: - name: AccountSid in: path @@ -11441,8 +11417,6 @@ paths: parent: /Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json get: description: '' - tags: - - Api20100401SharedCost parameters: - name: AccountSid in: path @@ -11653,8 +11627,6 @@ paths: parent: /Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json get: description: '' - tags: - - Api20100401TollFree parameters: - name: AccountSid in: path @@ -11865,8 +11837,6 @@ paths: parent: /Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json get: description: '' - tags: - - Api20100401Voip parameters: - name: AccountSid in: path @@ -12079,8 +12049,6 @@ paths: description: Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information - tags: - - Api20100401Balance parameters: - name: AccountSid in: path @@ -12130,8 +12098,6 @@ paths: post: description: Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections - tags: - - Api20100401Call parameters: - name: AccountSid in: path @@ -12435,8 +12401,6 @@ paths: - application_sid get: description: Retrieves a collection of calls made to and from your account - tags: - - Api20100401Call parameters: - name: AccountSid in: path @@ -12623,8 +12587,6 @@ paths: delete: description: Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. - tags: - - Api20100401Call parameters: - name: AccountSid in: path @@ -12656,8 +12618,6 @@ paths: - GA get: description: Fetch the call specified by the provided Call SID - tags: - - Api20100401Call parameters: - name: AccountSid in: path @@ -12692,8 +12652,6 @@ paths: - GA post: description: Initiates a call redirect or terminates a call - tags: - - Api20100401Call parameters: - name: AccountSid in: path @@ -12828,8 +12786,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json get: description: Retrieve a list of all events for a call. - tags: - - Api20100401Event parameters: - name: AccountSid in: path @@ -12922,8 +12878,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json get: description: Fetch a Feedback resource from a call - tags: - - Api20100401Feedback parameters: - name: AccountSid in: path @@ -12958,8 +12912,6 @@ paths: - GA post: description: Update a Feedback resource for a call - tags: - - Api20100401Feedback parameters: - name: AccountSid in: path @@ -13027,8 +12979,6 @@ paths: mountName: feedback_summaries post: description: Create a FeedbackSummary resource for a call - tags: - - Api20100401FeedbackSummary parameters: - name: AccountSid in: path @@ -13112,8 +13062,6 @@ paths: mountName: feedback_summaries get: description: Fetch a FeedbackSummary resource from a call - tags: - - Api20100401FeedbackSummary parameters: - name: AccountSid in: path @@ -13148,8 +13096,6 @@ paths: - GA delete: description: Delete a FeedbackSummary resource from a call - tags: - - Api20100401FeedbackSummary parameters: - name: AccountSid in: path @@ -13192,8 +13138,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json get: description: '' - tags: - - Api20100401Notification parameters: - name: AccountSid in: path @@ -13251,8 +13195,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json get: description: '' - tags: - - Api20100401Notification parameters: - name: AccountSid in: path @@ -13383,8 +13325,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json post: description: Create a recording for the call - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -13474,8 +13414,6 @@ paths: get: description: Retrieve a list of recordings belonging to the call used to make the request - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -13604,8 +13542,6 @@ paths: description: 'Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording.' - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -13669,8 +13605,6 @@ paths: - Status get: description: Fetch an instance of a recording for a call - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -13716,8 +13650,6 @@ paths: - GA delete: description: Delete a recording from your account - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -13773,8 +13705,6 @@ paths: parent: /Accounts/{Sid}.json get: description: Fetch an instance of a conference - tags: - - Api20100401Conference parameters: - name: AccountSid in: path @@ -13810,8 +13740,6 @@ paths: - GA post: description: '' - tags: - - Api20100401Conference parameters: - name: AccountSid in: path @@ -13891,8 +13819,6 @@ paths: get: description: Retrieve a list of conferences belonging to the account used to make the request - tags: - - Api20100401Conference parameters: - name: AccountSid in: path @@ -14045,8 +13971,6 @@ paths: post: description: 'Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.' - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -14111,8 +14035,6 @@ paths: - Status get: description: Fetch an instance of a recording for a call - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -14158,8 +14080,6 @@ paths: - GA delete: description: Delete a recording from your account - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -14215,8 +14135,6 @@ paths: get: description: Retrieve a list of recordings belonging to the call used to make the request - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -14339,8 +14257,6 @@ paths: parent: /Accounts/{Sid}.json get: description: Fetch an instance of a connect-app - tags: - - Api20100401ConnectApp parameters: - name: AccountSid in: path @@ -14376,8 +14292,6 @@ paths: - GA post: description: Update a connect-app with the specified parameters - tags: - - Api20100401ConnectApp parameters: - name: AccountSid in: path @@ -14464,8 +14378,6 @@ paths: and `post-all`.' delete: description: Delete an instance of a connect-app - tags: - - Api20100401ConnectApp parameters: - name: AccountSid in: path @@ -14508,8 +14420,6 @@ paths: get: description: Retrieve a list of connect-apps belonging to the account used to make the request - tags: - - Api20100401ConnectApp parameters: - name: AccountSid in: path @@ -14593,8 +14503,6 @@ paths: parent: /Accounts/{AccountSid}/Addresses/{Sid}.json get: description: '' - tags: - - Api20100401DependentPhoneNumber parameters: - name: AccountSid in: path @@ -14689,8 +14597,6 @@ paths: parent: /Accounts/{Sid}.json post: description: Update an incoming-phone-number instance. - tags: - - Api20100401IncomingPhoneNumber parameters: - name: AccountSid in: path @@ -14914,8 +14820,6 @@ paths: get: description: Fetch an incoming-phone-number belonging to the account used to make the request. - tags: - - Api20100401IncomingPhoneNumber parameters: - name: AccountSid in: path @@ -14952,8 +14856,6 @@ paths: delete: description: Delete a phone-numbers belonging to the account used to make the request. - tags: - - Api20100401IncomingPhoneNumber parameters: - name: AccountSid in: path @@ -14999,8 +14901,6 @@ paths: get: description: Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. - tags: - - Api20100401IncomingPhoneNumber parameters: - name: AccountSid in: path @@ -15098,8 +14998,6 @@ paths: - GA post: description: Purchase a phone-number for the account. - tags: - - Api20100401IncomingPhoneNumber parameters: - name: AccountSid in: path @@ -15338,8 +15236,6 @@ paths: get: description: Fetch an instance of an Add-on installation currently assigned to this Number. - tags: - - Api20100401AssignedAddOn parameters: - name: AccountSid in: path @@ -15385,8 +15281,6 @@ paths: delete: description: Remove the assignment of an Add-on installation from the Number specified. - tags: - - Api20100401AssignedAddOn parameters: - name: AccountSid in: path @@ -15443,8 +15337,6 @@ paths: get: description: Retrieve a list of Add-on installations currently assigned to this Number. - tags: - - Api20100401AssignedAddOn parameters: - name: AccountSid in: path @@ -15526,8 +15418,6 @@ paths: - Beta post: description: Assign an Add-on installation to the Number specified. - tags: - - Api20100401AssignedAddOn parameters: - name: AccountSid in: path @@ -15590,8 +15480,6 @@ paths: className: assigned_add_on_extension get: description: Fetch an instance of an Extension for the Assigned Add-on. - tags: - - Api20100401AssignedAddOnExtension parameters: - name: AccountSid in: path @@ -15658,8 +15546,6 @@ paths: className: assigned_add_on_extension get: description: Retrieve a list of Extensions for the Assigned Add-on. - tags: - - Api20100401AssignedAddOnExtension parameters: - name: AccountSid in: path @@ -15761,8 +15647,6 @@ paths: parent: /Accounts/{AccountSid}/IncomingPhoneNumbers.json get: description: '' - tags: - - Api20100401Local parameters: - name: AccountSid in: path @@ -15859,8 +15743,6 @@ paths: - GA post: description: '' - tags: - - Api20100401Local parameters: - name: AccountSid in: path @@ -16085,8 +15967,6 @@ paths: parent: /Accounts/{AccountSid}/IncomingPhoneNumbers.json get: description: '' - tags: - - Api20100401Mobile parameters: - name: AccountSid in: path @@ -16183,8 +16063,6 @@ paths: - GA post: description: '' - tags: - - Api20100401Mobile parameters: - name: AccountSid in: path @@ -16408,8 +16286,6 @@ paths: parent: /Accounts/{AccountSid}/IncomingPhoneNumbers.json get: description: '' - tags: - - Api20100401TollFree parameters: - name: AccountSid in: path @@ -16506,8 +16382,6 @@ paths: - GA post: description: '' - tags: - - Api20100401TollFree parameters: - name: AccountSid in: path @@ -16731,8 +16605,6 @@ paths: parent: /Accounts/{Sid}.json get: description: '' - tags: - - Api20100401Key parameters: - name: AccountSid in: path @@ -16768,8 +16640,6 @@ paths: - GA post: description: '' - tags: - - Api20100401Key parameters: - name: AccountSid in: path @@ -16816,8 +16686,6 @@ paths: resource. It can be up to 64 characters long. delete: description: '' - tags: - - Api20100401Key parameters: - name: AccountSid in: path @@ -16860,8 +16728,6 @@ paths: parent: /Accounts/{Sid}.json get: description: '' - tags: - - Api20100401Key parameters: - name: AccountSid in: path @@ -16934,8 +16800,6 @@ paths: - GA post: description: '' - tags: - - Api20100401NewKey parameters: - name: AccountSid in: path @@ -16986,8 +16850,6 @@ paths: parent: /Accounts/{AccountSid}/Messages/{Sid}.json delete: description: Delete the Media resource. - tags: - - Api20100401Media parameters: - name: AccountSid in: path @@ -17029,8 +16891,6 @@ paths: get: description: Fetch a single Media resource associated with a specific Message resource - tags: - - Api20100401Media parameters: - name: AccountSid in: path @@ -17089,8 +16949,6 @@ paths: get: description: Read a list of Media resources associated with a specific Message resource - tags: - - Api20100401Media parameters: - name: AccountSid in: path @@ -17218,8 +17076,6 @@ paths: parent: /Accounts/{AccountSid}/Queues/{Sid}.json get: description: Fetch a specific member from the queue - tags: - - Api20100401Member parameters: - name: AccountSid in: path @@ -17262,8 +17118,6 @@ paths: post: description: Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL - tags: - - Api20100401Member parameters: - name: AccountSid in: path @@ -17343,8 +17197,6 @@ paths: parent: /Accounts/{AccountSid}/Queues/{Sid}.json get: description: Retrieve the members of the queue - tags: - - Api20100401Member parameters: - name: AccountSid in: path @@ -17443,8 +17295,6 @@ paths: parent: /Accounts/{Sid}.json post: description: Send a message - tags: - - Api20100401Message parameters: - name: AccountSid in: path @@ -17649,8 +17499,6 @@ paths: - content_sid get: description: Retrieve a list of Message resources associated with a Twilio Account - tags: - - Api20100401Message parameters: - name: AccountSid in: path @@ -17786,8 +17634,6 @@ paths: parent: /Accounts/{Sid}.json delete: description: Deletes a Message resource from your account - tags: - - Api20100401Message parameters: - name: AccountSid in: path @@ -17818,8 +17664,6 @@ paths: - GA get: description: Fetch a specific Message - tags: - - Api20100401Message parameters: - name: AccountSid in: path @@ -17855,8 +17699,6 @@ paths: post: description: Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) - tags: - - Api20100401Message parameters: - name: AccountSid in: path @@ -17920,8 +17762,6 @@ paths: parent: /Accounts/{AccountSid}/Messages/{Sid}.json post: description: '' - tags: - - Api20100401Feedback parameters: - name: AccountSid in: path @@ -17982,8 +17822,6 @@ paths: parent: /Accounts/{Sid}.json post: description: Create a new Signing Key for the account making the request. - tags: - - Api20100401NewSigningKey parameters: - name: AccountSid in: path @@ -18022,8 +17860,6 @@ paths: mountName: new_signing_keys get: description: '' - tags: - - Api20100401SigningKey parameters: - name: AccountSid in: path @@ -18108,8 +17944,6 @@ paths: get: description: Fetch a notification belonging to the account used to make the request - tags: - - Api20100401Notification parameters: - name: AccountSid in: path @@ -18158,8 +17992,6 @@ paths: get: description: Retrieve a list of notifications belonging to the account used to make the request - tags: - - Api20100401Notification parameters: - name: AccountSid in: path @@ -18280,8 +18112,6 @@ paths: get: description: Fetch an outgoing-caller-id belonging to the account used to make the request - tags: - - Api20100401OutgoingCallerId parameters: - name: AccountSid in: path @@ -18317,8 +18147,6 @@ paths: - GA post: description: Updates the caller-id - tags: - - Api20100401OutgoingCallerId parameters: - name: AccountSid in: path @@ -18365,8 +18193,6 @@ paths: resource. It can be up to 64 characters long. delete: description: Delete the caller-id specified from the account - tags: - - Api20100401OutgoingCallerId parameters: - name: AccountSid in: path @@ -18412,8 +18238,6 @@ paths: get: description: Retrieve a list of outgoing-caller-ids belonging to the account used to make the request - tags: - - Api20100401OutgoingCallerId parameters: - name: AccountSid in: path @@ -18498,8 +18322,6 @@ paths: - GA post: description: '' - tags: - - Api20100401ValidationRequest parameters: - name: AccountSid in: path @@ -18587,8 +18409,6 @@ paths: parent: /Accounts/{AccountSid}/Conferences/{Sid}.json get: description: Fetch an instance of a participant - tags: - - Api20100401Participant parameters: - name: AccountSid in: path @@ -18632,8 +18452,6 @@ paths: - GA post: description: Update the properties of the participant - tags: - - Api20100401Participant parameters: - name: AccountSid in: path @@ -18777,8 +18595,6 @@ paths: hear the participant who is `coaching`. delete: description: Kick a participant from a given conference - tags: - - Api20100401Participant parameters: - name: AccountSid in: path @@ -18831,8 +18647,6 @@ paths: parent: /Accounts/{AccountSid}/Conferences/{Sid}.json post: description: '' - tags: - - Api20100401Participant parameters: - name: AccountSid in: path @@ -19199,8 +19013,6 @@ paths: get: description: Retrieve a list of participants belonging to the account used to make the request - tags: - - Api20100401Participant parameters: - name: AccountSid in: path @@ -19311,8 +19123,6 @@ paths: post: description: create an instance of payments. This will start a new payments session - tags: - - Api20100401Payment parameters: - name: AccountSid in: path @@ -19457,8 +19267,6 @@ paths: post: description: update an instance of payments with different phases of payment flows. - tags: - - Api20100401Payment parameters: - name: AccountSid in: path @@ -19553,8 +19361,6 @@ paths: parent: /Accounts/{Sid}.json get: description: Fetch an instance of a queue identified by the QueueSid - tags: - - Api20100401Queue parameters: - name: AccountSid in: path @@ -19590,8 +19396,6 @@ paths: - GA post: description: Update the queue with the new parameters - tags: - - Api20100401Queue parameters: - name: AccountSid in: path @@ -19642,8 +19446,6 @@ paths: The default is 1000. The maximum is 5000. delete: description: Remove an empty queue - tags: - - Api20100401Queue parameters: - name: AccountSid in: path @@ -19690,8 +19492,6 @@ paths: get: description: Retrieve a list of queues belonging to the account used to make the request - tags: - - Api20100401Queue parameters: - name: AccountSid in: path @@ -19764,8 +19564,6 @@ paths: - GA post: description: Create a queue - tags: - - Api20100401Queue parameters: - name: AccountSid in: path @@ -19824,8 +19622,6 @@ paths: parent: /Accounts/{Sid}.json get: description: Fetch an instance of a recording - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -19868,8 +19664,6 @@ paths: - GA delete: description: Delete a recording from your account - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -19918,8 +19712,6 @@ paths: get: description: Retrieve a list of recordings belonging to the account used to make the request - tags: - - Api20100401Recording parameters: - name: AccountSid in: path @@ -20065,8 +19857,6 @@ paths: parent: /Accounts/{AccountSid}/Recordings/{Sid}.json get: description: Fetch an instance of an AddOnResult - tags: - - Api20100401AddOnResult parameters: - name: AccountSid in: path @@ -20111,8 +19901,6 @@ paths: - GA delete: description: Delete a result and purge all associated Payloads - tags: - - Api20100401AddOnResult parameters: - name: AccountSid in: path @@ -20168,8 +19956,6 @@ paths: parent: /Accounts/{AccountSid}/Recordings/{Sid}.json get: description: Retrieve a list of results belonging to the recording - tags: - - Api20100401AddOnResult parameters: - name: AccountSid in: path @@ -20266,8 +20052,6 @@ paths: parent: /Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json get: description: Fetch an instance of a result payload - tags: - - Api20100401Payload parameters: - name: AccountSid in: path @@ -20322,8 +20106,6 @@ paths: - GA delete: description: Delete a payload from the result along with all associated Data - tags: - - Api20100401Payload parameters: - name: AccountSid in: path @@ -20389,8 +20171,6 @@ paths: parent: /Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json get: description: Retrieve a list of payloads belonging to the AddOnResult - tags: - - Api20100401Payload parameters: - name: AccountSid in: path @@ -20494,8 +20274,6 @@ paths: parent: /Accounts/{AccountSid}/Recordings/{Sid}.json get: description: '' - tags: - - Api20100401Transcription parameters: - name: AccountSid in: path @@ -20541,8 +20319,6 @@ paths: - GA delete: description: '' - tags: - - Api20100401Transcription parameters: - name: AccountSid in: path @@ -20596,8 +20372,6 @@ paths: parent: /Accounts/{AccountSid}/Recordings/{Sid}.json get: description: '' - tags: - - Api20100401Transcription parameters: - name: AccountSid in: path @@ -20678,6 +20452,81 @@ paths: operationId: ListRecordingTranscription x-maturity: - GA + /2010-04-01/SafeList/Numbers.json: + servers: + - url: https://api.twilio.com + description: 'TODO: Resource-level docs' + x-twilio: + defaultOutputProperties: + - sid + - phone_number + pathType: list + mountName: safelist + post: + description: Add a new phone number to SafeList. + responses: + '201': + content: + application/json: + schema: + $ref: '#/components/schemas/api.v2010.safelist' + description: Created + security: + - accountSid_authToken: [] + operationId: CreateSafelist + x-maturity: + - Beta + requestBody: + content: + application/x-www-form-urlencoded: + schema: + type: object + title: CreateSafelistRequest + properties: + PhoneNumber: + type: string + description: The phone number to be added in SafeList. Phone numbers + must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). + required: + - PhoneNumber + get: + description: Check if a phone number exists in SafeList. + parameters: + - name: PhoneNumber + in: query + description: The phone number to be fetched from SafeList. Phone numbers must + be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). + schema: + type: string + responses: + '200': + content: + application/json: + schema: + $ref: '#/components/schemas/api.v2010.safelist' + description: OK + security: + - accountSid_authToken: [] + operationId: FetchSafelist + x-maturity: + - Beta + delete: + description: Remove a phone number from SafeList. + parameters: + - name: PhoneNumber + in: query + description: The phone number to be removed from SafeList. Phone numbers must + be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). + schema: + type: string + responses: + '204': + description: The resource was deleted successfully. + security: + - accountSid_authToken: [] + operationId: DeleteSafelist + x-maturity: + - Beta /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json: servers: - url: https://api.twilio.com @@ -20691,8 +20540,6 @@ paths: parent: /Accounts/{Sid}.json get: description: Fetch an instance of a short code - tags: - - Api20100401ShortCode parameters: - name: AccountSid in: path @@ -20728,8 +20575,6 @@ paths: - GA post: description: Update a short code with the following parameters - tags: - - Api20100401ShortCode parameters: - name: AccountSid in: path @@ -20827,8 +20672,6 @@ paths: get: description: Retrieve a list of short-codes belonging to the account used to make the request - tags: - - Api20100401ShortCode parameters: - name: AccountSid in: path @@ -20922,8 +20765,6 @@ paths: parent: /Accounts/{Sid}.json get: description: '' - tags: - - Api20100401SigningKey parameters: - name: AccountSid in: path @@ -20957,8 +20798,6 @@ paths: - GA post: description: '' - tags: - - Api20100401SigningKey parameters: - name: AccountSid in: path @@ -21002,8 +20841,6 @@ paths: description: '' delete: description: '' - tags: - - Api20100401SigningKey parameters: - name: AccountSid in: path @@ -21070,8 +20907,6 @@ paths: className: auth_calls_credential_list_mapping post: description: Create a new credential list mapping resource - tags: - - Api20100401AuthCallsCredentialListMapping parameters: - name: AccountSid in: path @@ -21123,8 +20958,6 @@ paths: get: description: Retrieve a list of credential list mappings belonging to the domain used in the request - tags: - - Api20100401AuthCallsCredentialListMapping parameters: - name: AccountSid in: path @@ -21217,8 +21050,6 @@ paths: className: auth_calls_credential_list_mapping get: description: Fetch a specific instance of a credential list mapping - tags: - - Api20100401AuthCallsCredentialListMapping parameters: - name: AccountSid in: path @@ -21263,8 +21094,6 @@ paths: - GA delete: description: Delete a credential list mapping from the requested domain - tags: - - Api20100401AuthCallsCredentialListMapping parameters: - name: AccountSid in: path @@ -21316,8 +21145,6 @@ paths: className: auth_calls_ip_access_control_list_mapping post: description: Create a new IP Access Control List mapping - tags: - - Api20100401AuthCallsIpAccessControlListMapping parameters: - name: AccountSid in: path @@ -21369,8 +21196,6 @@ paths: get: description: Retrieve a list of IP Access Control List mappings belonging to the domain used in the request - tags: - - Api20100401AuthCallsIpAccessControlListMapping parameters: - name: AccountSid in: path @@ -21463,8 +21288,6 @@ paths: className: auth_calls_ip_access_control_list_mapping get: description: Fetch a specific instance of an IP Access Control List mapping - tags: - - Api20100401AuthCallsIpAccessControlListMapping parameters: - name: AccountSid in: path @@ -21509,8 +21332,6 @@ paths: - GA delete: description: Delete an IP Access Control List mapping from the requested domain - tags: - - Api20100401AuthCallsIpAccessControlListMapping parameters: - name: AccountSid in: path @@ -21571,8 +21392,6 @@ paths: className: auth_registrations_credential_list_mapping post: description: Create a new credential list mapping resource - tags: - - Api20100401AuthRegistrationsCredentialListMapping parameters: - name: AccountSid in: path @@ -21624,8 +21443,6 @@ paths: get: description: Retrieve a list of credential list mappings belonging to the domain used in the request - tags: - - Api20100401AuthRegistrationsCredentialListMapping parameters: - name: AccountSid in: path @@ -21718,8 +21535,6 @@ paths: className: auth_registrations_credential_list_mapping get: description: Fetch a specific instance of a credential list mapping - tags: - - Api20100401AuthRegistrationsCredentialListMapping parameters: - name: AccountSid in: path @@ -21764,8 +21579,6 @@ paths: - GA delete: description: Delete a credential list mapping from the requested domain - tags: - - Api20100401AuthRegistrationsCredentialListMapping parameters: - name: AccountSid in: path @@ -21817,8 +21630,6 @@ paths: parent: /Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json get: description: Retrieve a list of credentials. - tags: - - Api20100401Credential parameters: - name: AccountSid in: path @@ -21900,8 +21711,6 @@ paths: - GA post: description: Create a new credential resource. - tags: - - Api20100401Credential parameters: - name: AccountSid in: path @@ -21968,8 +21777,6 @@ paths: parent: /Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json get: description: Fetch a single credential. - tags: - - Api20100401Credential parameters: - name: AccountSid in: path @@ -22013,8 +21820,6 @@ paths: - GA post: description: Update a credential resource. - tags: - - Api20100401Credential parameters: - name: AccountSid in: path @@ -22070,8 +21875,6 @@ paths: contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`) delete: description: Delete a credential resource. - tags: - - Api20100401Credential parameters: - name: AccountSid in: path @@ -22123,8 +21926,6 @@ paths: parent: /Accounts/{AccountSid}/SIP.json get: description: Get All Credential Lists - tags: - - Api20100401CredentialList parameters: - name: AccountSid in: path @@ -22196,8 +21997,6 @@ paths: - GA post: description: Create a Credential List - tags: - - Api20100401CredentialList parameters: - name: AccountSid in: path @@ -22247,8 +22046,6 @@ paths: parent: /Accounts/{AccountSid}/SIP.json get: description: Get a Credential List - tags: - - Api20100401CredentialList parameters: - name: AccountSid in: path @@ -22282,8 +22079,6 @@ paths: - GA post: description: Update a Credential List - tags: - - Api20100401CredentialList parameters: - name: AccountSid in: path @@ -22330,8 +22125,6 @@ paths: - FriendlyName delete: description: Delete a Credential List - tags: - - Api20100401CredentialList parameters: - name: AccountSid in: path @@ -22371,8 +22164,6 @@ paths: parent: /Accounts/{AccountSid}/SIP/Domains/{Sid}.json post: description: Create a CredentialListMapping resource for an account. - tags: - - Api20100401CredentialListMapping parameters: - name: AccountSid in: path @@ -22424,8 +22215,6 @@ paths: - CredentialListSid get: description: Read multiple CredentialListMapping resources from an account. - tags: - - Api20100401CredentialListMapping parameters: - name: AccountSid in: path @@ -22518,8 +22307,6 @@ paths: parent: /Accounts/{AccountSid}/SIP/Domains/{Sid}.json get: description: Fetch a single CredentialListMapping resource from an account. - tags: - - Api20100401CredentialListMapping parameters: - name: AccountSid in: path @@ -22565,8 +22352,6 @@ paths: - GA delete: description: Delete a CredentialListMapping resource from an account. - tags: - - Api20100401CredentialListMapping parameters: - name: AccountSid in: path @@ -22624,8 +22409,6 @@ paths: get: description: Retrieve a list of domains belonging to the account used to make the request - tags: - - Api20100401Domain parameters: - name: AccountSid in: path @@ -22698,8 +22481,6 @@ paths: - GA post: description: Create a new Domain - tags: - - Api20100401Domain parameters: - name: AccountSid in: path @@ -22839,8 +22620,6 @@ paths: parent: /Accounts/{AccountSid}/SIP.json get: description: Fetch an instance of a Domain - tags: - - Api20100401Domain parameters: - name: AccountSid in: path @@ -22876,8 +22655,6 @@ paths: - GA post: description: Update the attributes of a domain - tags: - - Api20100401Domain parameters: - name: AccountSid in: path @@ -23009,8 +22786,6 @@ paths: for the emergency call. delete: description: Delete an instance of a Domain - tags: - - Api20100401Domain parameters: - name: AccountSid in: path @@ -23055,8 +22830,6 @@ paths: get: description: Retrieve a list of IpAccessControlLists that belong to the account used to make the request - tags: - - Api20100401IpAccessControlList parameters: - name: AccountSid in: path @@ -23129,8 +22902,6 @@ paths: - GA post: description: Create a new IpAccessControlList resource - tags: - - Api20100401IpAccessControlList parameters: - name: AccountSid in: path @@ -23181,8 +22952,6 @@ paths: parent: /Accounts/{AccountSid}/SIP.json get: description: Fetch a specific instance of an IpAccessControlList - tags: - - Api20100401IpAccessControlList parameters: - name: AccountSid in: path @@ -23218,8 +22987,6 @@ paths: - GA post: description: Rename an IpAccessControlList - tags: - - Api20100401IpAccessControlList parameters: - name: AccountSid in: path @@ -23268,8 +23035,6 @@ paths: - FriendlyName delete: description: Delete an IpAccessControlList from the requested account - tags: - - Api20100401IpAccessControlList parameters: - name: AccountSid in: path @@ -23311,8 +23076,6 @@ paths: parent: /Accounts/{AccountSid}/SIP/Domains/{Sid}.json get: description: Fetch an IpAccessControlListMapping resource. - tags: - - Api20100401IpAccessControlListMapping parameters: - name: AccountSid in: path @@ -23356,8 +23119,6 @@ paths: - GA delete: description: Delete an IpAccessControlListMapping resource. - tags: - - Api20100401IpAccessControlListMapping parameters: - name: AccountSid in: path @@ -23407,8 +23168,6 @@ paths: parent: /Accounts/{AccountSid}/SIP/Domains/{Sid}.json post: description: Create a new IpAccessControlListMapping resource. - tags: - - Api20100401IpAccessControlListMapping parameters: - name: AccountSid in: path @@ -23458,8 +23217,6 @@ paths: - IpAccessControlListSid get: description: Retrieve a list of IpAccessControlListMapping resources. - tags: - - Api20100401IpAccessControlListMapping parameters: - name: AccountSid in: path @@ -23551,8 +23308,6 @@ paths: parent: /Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json get: description: Read multiple IpAddress resources. - tags: - - Api20100401IpAddress parameters: - name: AccountSid in: path @@ -23635,8 +23390,6 @@ paths: - GA post: description: Create a new IpAddress resource. - tags: - - Api20100401IpAddress parameters: - name: AccountSid in: path @@ -23707,8 +23460,6 @@ paths: parent: /Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json get: description: Read one IpAddress resource. - tags: - - Api20100401IpAddress parameters: - name: AccountSid in: path @@ -23754,8 +23505,6 @@ paths: - GA post: description: Update an IpAddress resource. - tags: - - Api20100401IpAddress parameters: - name: AccountSid in: path @@ -23822,8 +23571,6 @@ paths: the entire IP address is used. delete: description: Delete an IpAddress resource. - tags: - - Api20100401IpAddress parameters: - name: AccountSid in: path @@ -23875,8 +23622,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json post: description: Create a Siprec - tags: - - Api20100401Siprec parameters: - name: AccountSid in: path @@ -24553,8 +24298,6 @@ paths: post: description: Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource - tags: - - Api20100401Siprec parameters: - name: AccountSid in: path @@ -24621,8 +24364,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json post: description: Create a Stream - tags: - - Api20100401Stream parameters: - name: AccountSid in: path @@ -25303,8 +25044,6 @@ paths: post: description: Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource - tags: - - Api20100401Stream parameters: - name: AccountSid in: path @@ -25370,8 +25109,6 @@ paths: parent: /Accounts/{Sid}.json post: description: Create a new token for ICE servers - tags: - - Api20100401Token parameters: - name: AccountSid in: path @@ -25420,8 +25157,6 @@ paths: parent: /Accounts/{Sid}.json get: description: Fetch an instance of a Transcription - tags: - - Api20100401Transcription parameters: - name: AccountSid in: path @@ -25457,8 +25192,6 @@ paths: - GA delete: description: Delete a transcription from the account used to make the request - tags: - - Api20100401Transcription parameters: - name: AccountSid in: path @@ -25503,8 +25236,6 @@ paths: get: description: Retrieve a list of transcriptions belonging to the account used to make the request - tags: - - Api20100401Transcription parameters: - name: AccountSid in: path @@ -25599,8 +25330,6 @@ paths: get: description: Retrieve a list of usage-records belonging to the account used to make the request - tags: - - Api20100401Record parameters: - name: AccountSid in: path @@ -25720,8 +25449,6 @@ paths: parent: /Accounts/{AccountSid}/Usage/Records.json get: description: '' - tags: - - Api20100401AllTime parameters: - name: AccountSid in: path @@ -25841,8 +25568,6 @@ paths: parent: /Accounts/{AccountSid}/Usage/Records.json get: description: '' - tags: - - Api20100401Daily parameters: - name: AccountSid in: path @@ -25962,8 +25687,6 @@ paths: parent: /Accounts/{AccountSid}/Usage/Records.json get: description: '' - tags: - - Api20100401LastMonth parameters: - name: AccountSid in: path @@ -26083,8 +25806,6 @@ paths: parent: /Accounts/{AccountSid}/Usage/Records.json get: description: '' - tags: - - Api20100401Monthly parameters: - name: AccountSid in: path @@ -26204,8 +25925,6 @@ paths: parent: /Accounts/{AccountSid}/Usage/Records.json get: description: '' - tags: - - Api20100401ThisMonth parameters: - name: AccountSid in: path @@ -26325,8 +26044,6 @@ paths: parent: /Accounts/{AccountSid}/Usage/Records.json get: description: '' - tags: - - Api20100401Today parameters: - name: AccountSid in: path @@ -26446,8 +26163,6 @@ paths: parent: /Accounts/{AccountSid}/Usage/Records.json get: description: '' - tags: - - Api20100401Yearly parameters: - name: AccountSid in: path @@ -26567,8 +26282,6 @@ paths: parent: /Accounts/{AccountSid}/Usage/Records.json get: description: '' - tags: - - Api20100401Yesterday parameters: - name: AccountSid in: path @@ -26687,8 +26400,6 @@ paths: parent: /Accounts/{AccountSid}/Usage.json get: description: Fetch and instance of a usage-trigger - tags: - - Api20100401Trigger parameters: - name: AccountSid in: path @@ -26724,8 +26435,6 @@ paths: - GA post: description: Update an instance of a usage trigger - tags: - - Api20100401Trigger parameters: - name: AccountSid in: path @@ -26789,8 +26498,6 @@ paths: resource. It can be up to 64 characters long. delete: description: '' - tags: - - Api20100401Trigger parameters: - name: AccountSid in: path @@ -26834,8 +26541,6 @@ paths: parent: /Accounts/{AccountSid}/Usage.json post: description: Create a new UsageTrigger - tags: - - Api20100401Trigger parameters: - name: AccountSid in: path @@ -26920,8 +26625,6 @@ paths: get: description: Retrieve a list of usage-triggers belonging to the account used to make the request - tags: - - Api20100401Trigger parameters: - name: AccountSid in: path @@ -27026,8 +26729,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json post: description: Create a new User Defined Message for the given Call SID. - tags: - - Api20100401UserDefinedMessage parameters: - name: AccountSid in: path @@ -27090,8 +26791,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json post: description: Subscribe to User Defined Messages for a given Call SID. - tags: - - Api20100401UserDefinedMessageSubscription parameters: - name: AccountSid in: path @@ -27169,8 +26868,6 @@ paths: parent: /Accounts/{AccountSid}/Calls/{Sid}.json delete: description: Delete a specific User Defined Message Subscription. - tags: - - Api20100401UserDefinedMessageSubscription parameters: - name: AccountSid in: path @@ -27212,73 +26909,6 @@ paths: - GA servers: - url: https://api.twilio.com -tags: -- name: Api20100401Account -- name: Api20100401AddOnResult -- name: Api20100401Address -- name: Api20100401AllTime -- name: Api20100401Application -- name: Api20100401AssignedAddOn -- name: Api20100401AssignedAddOnExtension -- name: Api20100401AuthCallsCredentialListMapping -- name: Api20100401AuthCallsIpAccessControlListMapping -- name: Api20100401AuthRegistrationsCredentialListMapping -- name: Api20100401AuthorizedConnectApp -- name: Api20100401AvailablePhoneNumberCountry -- name: Api20100401Balance -- name: Api20100401Call -- name: Api20100401Conference -- name: Api20100401ConnectApp -- name: Api20100401Credential -- name: Api20100401CredentialList -- name: Api20100401CredentialListMapping -- name: Api20100401Daily -- name: Api20100401DependentPhoneNumber -- name: Api20100401Domain -- name: Api20100401Event -- name: Api20100401Feedback -- name: Api20100401FeedbackSummary -- name: Api20100401IncomingPhoneNumber -- name: Api20100401IpAccessControlList -- name: Api20100401IpAccessControlListMapping -- name: Api20100401IpAddress -- name: Api20100401Key -- name: Api20100401LastMonth -- name: Api20100401Local -- name: Api20100401MachineToMachine -- name: Api20100401Media -- name: Api20100401Member -- name: Api20100401Message -- name: Api20100401Mobile -- name: Api20100401Monthly -- name: Api20100401National -- name: Api20100401NewKey -- name: Api20100401NewSigningKey -- name: Api20100401Notification -- name: Api20100401OutgoingCallerId -- name: Api20100401Participant -- name: Api20100401Payload -- name: Api20100401Payment -- name: Api20100401Queue -- name: Api20100401Record -- name: Api20100401Recording -- name: Api20100401SharedCost -- name: Api20100401ShortCode -- name: Api20100401SigningKey -- name: Api20100401Siprec -- name: Api20100401Stream -- name: Api20100401ThisMonth -- name: Api20100401Today -- name: Api20100401Token -- name: Api20100401TollFree -- name: Api20100401Transcription -- name: Api20100401Trigger -- name: Api20100401UserDefinedMessage -- name: Api20100401UserDefinedMessageSubscription -- name: Api20100401ValidationRequest -- name: Api20100401Voip -- name: Api20100401Yearly -- name: Api20100401Yesterday x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_autopilot_v1.yaml b/spec/yaml/twilio_autopilot_v1.yaml index 58107241..52b3a564 100644 --- a/spec/yaml/twilio_autopilot_v1.yaml +++ b/spec/yaml/twilio_autopilot_v1.yaml @@ -884,7 +884,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/Assistants/{Sid}: @@ -908,8 +908,6 @@ paths: webhook: '{assistant_sid: sid}' get: description: '' - tags: - - AutopilotV1Assistant parameters: - name: Sid in: path @@ -932,8 +930,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Assistant parameters: - name: Sid in: path @@ -997,8 +993,6 @@ paths: description: A string describing the state of the assistant. delete: description: '' - tags: - - AutopilotV1Assistant parameters: - name: Sid in: path @@ -1036,8 +1030,6 @@ paths: webhook: '{assistant_sid: sid}' get: description: '' - tags: - - AutopilotV1Assistant parameters: - name: PageSize in: query @@ -1101,8 +1093,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Assistant responses: '201': content: @@ -1166,8 +1156,6 @@ paths: className: defaults get: description: '' - tags: - - AutopilotV1Defaults parameters: - name: AssistantSid in: path @@ -1190,8 +1178,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Defaults parameters: - name: AssistantSid in: path @@ -1234,8 +1220,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1Dialogue parameters: - name: AssistantSid in: path @@ -1286,8 +1270,6 @@ paths: parent: /Assistants/{AssistantSid}/Tasks/{Sid} get: description: '' - tags: - - AutopilotV1Field parameters: - name: AssistantSid in: path @@ -1324,8 +1306,6 @@ paths: - Preview delete: description: '' - tags: - - AutopilotV1Field parameters: - name: AssistantSid in: path @@ -1369,8 +1349,6 @@ paths: parent: /Assistants/{AssistantSid}/Tasks/{Sid} get: description: '' - tags: - - AutopilotV1Field parameters: - name: AssistantSid in: path @@ -1448,8 +1426,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Field parameters: - name: AssistantSid in: path @@ -1513,8 +1489,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1FieldType parameters: - name: AssistantSid in: path @@ -1544,8 +1518,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1FieldType parameters: - name: AssistantSid in: path @@ -1592,8 +1564,6 @@ paths: must be unique. delete: description: '' - tags: - - AutopilotV1FieldType parameters: - name: AssistantSid in: path @@ -1632,8 +1602,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1FieldType parameters: - name: AssistantSid in: path @@ -1704,8 +1672,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1FieldType parameters: - name: AssistantSid in: path @@ -1759,8 +1725,6 @@ paths: parent: /Assistants/{AssistantSid}/FieldTypes/{Sid} get: description: '' - tags: - - AutopilotV1FieldValue parameters: - name: AssistantSid in: path @@ -1797,8 +1761,6 @@ paths: - Preview delete: description: '' - tags: - - AutopilotV1FieldValue parameters: - name: AssistantSid in: path @@ -1842,8 +1804,6 @@ paths: parent: /Assistants/{AssistantSid}/FieldTypes/{Sid} get: description: '' - tags: - - AutopilotV1FieldValue parameters: - name: AssistantSid in: path @@ -1928,8 +1888,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1FieldValue parameters: - name: AssistantSid in: path @@ -1992,8 +1950,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1ModelBuild parameters: - name: AssistantSid in: path @@ -2023,8 +1979,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1ModelBuild parameters: - name: AssistantSid in: path @@ -2067,8 +2021,6 @@ paths: the URL path to address the resource. delete: description: '' - tags: - - AutopilotV1ModelBuild parameters: - name: AssistantSid in: path @@ -2106,8 +2058,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1ModelBuild parameters: - name: AssistantSid in: path @@ -2178,8 +2128,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1ModelBuild parameters: - name: AssistantSid in: path @@ -2232,8 +2180,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1Query parameters: - name: AssistantSid in: path @@ -2263,8 +2209,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Query parameters: - name: AssistantSid in: path @@ -2312,8 +2256,6 @@ paths: `reviewed`, or `discarded`' delete: description: '' - tags: - - AutopilotV1Query parameters: - name: AssistantSid in: path @@ -2351,8 +2293,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1Query parameters: - name: AssistantSid in: path @@ -2450,8 +2390,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Query parameters: - name: AssistantSid in: path @@ -2516,8 +2454,6 @@ paths: mountName: restore_assistant post: description: '' - tags: - - AutopilotV1RestoreAssistant responses: '200': content: @@ -2557,8 +2493,6 @@ paths: parent: /Assistants/{AssistantSid}/Tasks/{Sid} get: description: '' - tags: - - AutopilotV1Sample parameters: - name: AssistantSid in: path @@ -2598,8 +2532,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Sample parameters: - name: AssistantSid in: path @@ -2660,8 +2592,6 @@ paths: `slack`, or null if not included.' delete: description: '' - tags: - - AutopilotV1Sample parameters: - name: AssistantSid in: path @@ -2709,8 +2639,6 @@ paths: parent: /Assistants/{AssistantSid}/Tasks/{Sid} get: description: '' - tags: - - AutopilotV1Sample parameters: - name: AssistantSid in: path @@ -2794,8 +2722,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Sample parameters: - name: AssistantSid in: path @@ -2858,8 +2784,6 @@ paths: parent: /Assistants/{Sid} get: description: Returns Style sheet JSON object for the Assistant - tags: - - AutopilotV1StyleSheet parameters: - name: AssistantSid in: path @@ -2882,8 +2806,6 @@ paths: - Preview post: description: Updates the style sheet for an Assistant identified by `assistant_sid`. - tags: - - AutopilotV1StyleSheet parameters: - name: AssistantSid in: path @@ -2931,8 +2853,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1Task parameters: - name: AssistantSid in: path @@ -2962,8 +2882,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Task parameters: - name: AssistantSid in: path @@ -3017,8 +2935,6 @@ paths: description: The URL from which the Assistant can fetch actions. delete: description: '' - tags: - - AutopilotV1Task parameters: - name: AssistantSid in: path @@ -3060,8 +2976,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1Task parameters: - name: AssistantSid in: path @@ -3132,8 +3046,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Task parameters: - name: AssistantSid in: path @@ -3195,8 +3107,6 @@ paths: className: task_actions get: description: Returns JSON actions for the Task. - tags: - - AutopilotV1TaskActions parameters: - name: AssistantSid in: path @@ -3227,8 +3137,6 @@ paths: - Preview post: description: Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}. - tags: - - AutopilotV1TaskActions parameters: - name: AssistantSid in: path @@ -3280,8 +3188,6 @@ paths: className: task_statistics get: description: '' - tags: - - AutopilotV1TaskStatistics parameters: - name: AssistantSid in: path @@ -3324,8 +3230,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1Webhook parameters: - name: AssistantSid in: path @@ -3355,8 +3259,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Webhook parameters: - name: AssistantSid in: path @@ -3410,8 +3312,6 @@ paths: description: The method to be used when calling the webhook's URL. delete: description: '' - tags: - - AutopilotV1Webhook parameters: - name: AssistantSid in: path @@ -3450,8 +3350,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - AutopilotV1Webhook parameters: - name: AssistantSid in: path @@ -3522,8 +3420,6 @@ paths: - Preview post: description: '' - tags: - - AutopilotV1Webhook parameters: - name: AssistantSid in: path @@ -3574,22 +3470,6 @@ paths: - WebhookUrl servers: - url: https://autopilot.twilio.com -tags: -- name: AutopilotV1Assistant -- name: AutopilotV1Defaults -- name: AutopilotV1Dialogue -- name: AutopilotV1Field -- name: AutopilotV1FieldType -- name: AutopilotV1FieldValue -- name: AutopilotV1ModelBuild -- name: AutopilotV1Query -- name: AutopilotV1RestoreAssistant -- name: AutopilotV1Sample -- name: AutopilotV1StyleSheet -- name: AutopilotV1Task -- name: AutopilotV1TaskActions -- name: AutopilotV1TaskStatistics -- name: AutopilotV1Webhook x-maturity: - name: Preview description: PLEASE NOTE that this is a Preview product that is subject to change. diff --git a/spec/yaml/twilio_bulkexports_v1.yaml b/spec/yaml/twilio_bulkexports_v1.yaml index 1c79ed63..c0497640 100644 --- a/spec/yaml/twilio_bulkexports_v1.yaml +++ b/spec/yaml/twilio_bulkexports_v1.yaml @@ -246,7 +246,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/Exports/{ResourceType}/Days/{Day}: @@ -265,8 +265,6 @@ paths: parent: /Exports/{ResourceType} get: description: Fetch a specific Day. - tags: - - BulkexportsV1Day parameters: - name: ResourceType in: path @@ -310,8 +308,6 @@ paths: parent: /Exports/{ResourceType} get: description: Retrieve a list of all Days for a resource. - tags: - - BulkexportsV1Day parameters: - name: ResourceType in: path @@ -392,8 +388,6 @@ paths: export_custom_job: '{resource_type: resource_type}' get: description: Fetch a specific Export. - tags: - - BulkexportsV1Export parameters: - name: ResourceType in: path @@ -439,8 +433,6 @@ paths: mountName: export_configuration get: description: Fetch a specific Export Configuration. - tags: - - BulkexportsV1ExportConfiguration parameters: - name: ResourceType in: path @@ -463,8 +455,6 @@ paths: - GA post: description: Update a specific Export Configuration. - tags: - - BulkexportsV1ExportConfiguration parameters: - name: ResourceType in: path @@ -528,8 +518,6 @@ paths: mountName: export_custom_jobs get: description: '' - tags: - - BulkexportsV1ExportCustomJob parameters: - name: ResourceType in: path @@ -600,8 +588,6 @@ paths: - GA post: description: '' - tags: - - BulkexportsV1ExportCustomJob parameters: - name: ResourceType in: path @@ -682,8 +668,6 @@ paths: parent: /Exports get: description: '' - tags: - - BulkexportsV1Job parameters: - name: JobSid in: path @@ -709,8 +693,6 @@ paths: - GA delete: description: '' - tags: - - BulkexportsV1Job parameters: - name: JobSid in: path @@ -751,12 +733,6 @@ paths: parent: /Exports servers: - url: https://bulkexports.twilio.com -tags: -- name: BulkexportsV1Day -- name: BulkexportsV1Export -- name: BulkexportsV1ExportConfiguration -- name: BulkexportsV1ExportCustomJob -- name: BulkexportsV1Job x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_chat_v1.yaml b/spec/yaml/twilio_chat_v1.yaml index 5632a6f6..af9b52fb 100644 --- a/spec/yaml/twilio_chat_v1.yaml +++ b/spec/yaml/twilio_chat_v1.yaml @@ -771,7 +771,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/Services/{ServiceSid}/Channels/{Sid}: @@ -791,8 +791,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - ChatV1Channel parameters: - name: ServiceSid in: path @@ -825,8 +823,6 @@ paths: - GA delete: description: '' - tags: - - ChatV1Channel parameters: - name: ServiceSid in: path @@ -855,8 +851,6 @@ paths: - GA post: description: '' - tags: - - ChatV1Channel parameters: - name: ServiceSid in: path @@ -925,8 +919,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - ChatV1Channel parameters: - name: ServiceSid in: path @@ -978,8 +970,6 @@ paths: `private` and defaults to `public`.' get: description: '' - tags: - - ChatV1Channel parameters: - name: ServiceSid in: path @@ -1072,8 +1062,6 @@ paths: pathType: list get: description: '' - tags: - - ChatV1Credential parameters: - name: PageSize in: query @@ -1137,8 +1125,6 @@ paths: - GA post: description: '' - tags: - - ChatV1Credential responses: '201': content: @@ -1210,8 +1196,6 @@ paths: pathType: instance get: description: '' - tags: - - ChatV1Credential parameters: - name: Sid in: path @@ -1237,8 +1221,6 @@ paths: - GA post: description: '' - tags: - - ChatV1Credential parameters: - name: Sid in: path @@ -1304,8 +1286,6 @@ paths: the Firebase console, found under Settings / Cloud messaging.' delete: description: '' - tags: - - ChatV1Credential parameters: - name: Sid in: path @@ -1338,8 +1318,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - ChatV1Invite parameters: - name: ServiceSid in: path @@ -1382,8 +1360,6 @@ paths: - GA delete: description: '' - tags: - - ChatV1Invite parameters: - name: ServiceSid in: path @@ -1433,8 +1409,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - ChatV1Invite parameters: - name: ServiceSid in: path @@ -1490,8 +1464,6 @@ paths: - Identity get: description: '' - tags: - - ChatV1Invite parameters: - name: ServiceSid in: path @@ -1592,8 +1564,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - ChatV1Member parameters: - name: ServiceSid in: path @@ -1637,8 +1607,6 @@ paths: - GA delete: description: '' - tags: - - ChatV1Member parameters: - name: ServiceSid in: path @@ -1677,8 +1645,6 @@ paths: - GA post: description: '' - tags: - - ChatV1Member parameters: - name: ServiceSid in: path @@ -1753,8 +1719,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - ChatV1Member parameters: - name: ServiceSid in: path @@ -1811,8 +1775,6 @@ paths: - Identity get: description: '' - tags: - - ChatV1Member parameters: - name: ServiceSid in: path @@ -1915,8 +1877,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - ChatV1Message parameters: - name: ServiceSid in: path @@ -1962,8 +1922,6 @@ paths: - GA delete: description: '' - tags: - - ChatV1Message parameters: - name: ServiceSid in: path @@ -2006,8 +1964,6 @@ paths: - GA post: description: '' - tags: - - ChatV1Message parameters: - name: ServiceSid in: path @@ -2082,8 +2038,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - ChatV1Message parameters: - name: ServiceSid in: path @@ -2142,8 +2096,6 @@ paths: - Body get: description: '' - tags: - - ChatV1Message parameters: - name: ServiceSid in: path @@ -2245,8 +2197,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - ChatV1Role parameters: - name: ServiceSid in: path @@ -2282,8 +2232,6 @@ paths: - GA delete: description: '' - tags: - - ChatV1Role parameters: - name: ServiceSid in: path @@ -2315,8 +2263,6 @@ paths: - GA post: description: '' - tags: - - ChatV1Role parameters: - name: ServiceSid in: path @@ -2381,8 +2327,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - ChatV1Role parameters: - name: ServiceSid in: path @@ -2438,8 +2382,6 @@ paths: - Permission get: description: '' - tags: - - ChatV1Role parameters: - name: ServiceSid in: path @@ -2527,8 +2469,6 @@ paths: user: '{service_sid: sid}' get: description: '' - tags: - - ChatV1Service parameters: - name: Sid in: path @@ -2554,8 +2494,6 @@ paths: - GA delete: description: '' - tags: - - ChatV1Service parameters: - name: Sid in: path @@ -2577,8 +2515,6 @@ paths: - GA post: description: '' - tags: - - ChatV1Service parameters: - name: Sid in: path @@ -3007,8 +2943,6 @@ paths: user: '{service_sid: sid}' post: description: '' - tags: - - ChatV1Service responses: '201': content: @@ -3036,8 +2970,6 @@ paths: - FriendlyName get: description: '' - tags: - - ChatV1Service parameters: - name: PageSize in: query @@ -3114,8 +3046,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - ChatV1User parameters: - name: ServiceSid in: path @@ -3148,8 +3078,6 @@ paths: - GA delete: description: '' - tags: - - ChatV1User parameters: - name: ServiceSid in: path @@ -3178,8 +3106,6 @@ paths: - GA post: description: '' - tags: - - ChatV1User parameters: - name: ServiceSid in: path @@ -3247,8 +3173,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - ChatV1User parameters: - name: ServiceSid in: path @@ -3305,8 +3229,6 @@ paths: - Identity get: description: '' - tags: - - ChatV1User parameters: - name: ServiceSid in: path @@ -3391,8 +3313,6 @@ paths: mountName: user_channels get: description: List all Channels for a given User. - tags: - - ChatV1UserChannel parameters: - name: ServiceSid in: path @@ -3473,16 +3393,6 @@ paths: - GA servers: - url: https://chat.twilio.com -tags: -- name: ChatV1Channel -- name: ChatV1Credential -- name: ChatV1Invite -- name: ChatV1Member -- name: ChatV1Message -- name: ChatV1Role -- name: ChatV1Service -- name: ChatV1User -- name: ChatV1UserChannel x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_chat_v2.yaml b/spec/yaml/twilio_chat_v2.yaml index 850c9f37..6589ad18 100644 --- a/spec/yaml/twilio_chat_v2.yaml +++ b/spec/yaml/twilio_chat_v2.yaml @@ -1112,7 +1112,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: /v2/Services/{ServiceSid}/Bindings: @@ -1128,8 +1128,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - ChatV2Binding parameters: - name: ServiceSid in: path @@ -1233,8 +1231,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - ChatV2Binding parameters: - name: ServiceSid in: path @@ -1269,8 +1265,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2Binding parameters: - name: ServiceSid in: path @@ -1317,8 +1311,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - ChatV2Channel parameters: - name: ServiceSid in: path @@ -1351,8 +1343,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2Channel parameters: - name: ServiceSid in: path @@ -1387,8 +1377,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Channel parameters: - name: ServiceSid in: path @@ -1481,8 +1469,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - ChatV2Channel parameters: - name: ServiceSid in: path @@ -1560,8 +1546,6 @@ paths: Default is: `system`.' get: description: '' - tags: - - ChatV2Channel parameters: - name: ServiceSid in: path @@ -1654,8 +1638,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - ChatV2Webhook parameters: - name: ServiceSid in: path @@ -1737,8 +1719,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Webhook parameters: - name: ServiceSid in: path @@ -1834,8 +1814,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - ChatV2Webhook parameters: - name: ServiceSid in: path @@ -1878,8 +1856,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Webhook parameters: - name: ServiceSid in: path @@ -1967,8 +1943,6 @@ paths: the default is 0. delete: description: '' - tags: - - ChatV2Webhook parameters: - name: ServiceSid in: path @@ -2017,8 +1991,6 @@ paths: pathType: list get: description: '' - tags: - - ChatV2Credential parameters: - name: PageSize in: query @@ -2082,8 +2054,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Credential responses: '201': content: @@ -2155,8 +2125,6 @@ paths: pathType: instance get: description: '' - tags: - - ChatV2Credential parameters: - name: Sid in: path @@ -2181,8 +2149,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Credential parameters: - name: Sid in: path @@ -2247,8 +2213,6 @@ paths: the Firebase console, found under Settings / Cloud messaging.' delete: description: '' - tags: - - ChatV2Credential parameters: - name: Sid in: path @@ -2280,8 +2244,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - ChatV2Invite parameters: - name: ServiceSid in: path @@ -2324,8 +2286,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2Invite parameters: - name: ServiceSid in: path @@ -2375,8 +2335,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - ChatV2Invite parameters: - name: ServiceSid in: path @@ -2433,8 +2391,6 @@ paths: - Identity get: description: '' - tags: - - ChatV2Invite parameters: - name: ServiceSid in: path @@ -2536,8 +2492,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - ChatV2Member parameters: - name: ServiceSid in: path @@ -2578,8 +2532,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2Member parameters: - name: ServiceSid in: path @@ -2622,8 +2574,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Member parameters: - name: ServiceSid in: path @@ -2724,8 +2674,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - ChatV2Member parameters: - name: ServiceSid in: path @@ -2822,8 +2770,6 @@ paths: - Identity get: description: '' - tags: - - ChatV2Member parameters: - name: ServiceSid in: path @@ -2926,8 +2872,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - ChatV2Message parameters: - name: ServiceSid in: path @@ -2970,8 +2914,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2Message parameters: - name: ServiceSid in: path @@ -3016,8 +2958,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Message parameters: - name: ServiceSid in: path @@ -3115,8 +3055,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - ChatV2Message parameters: - name: ServiceSid in: path @@ -3200,8 +3138,6 @@ paths: to attach to the new Message. get: description: '' - tags: - - ChatV2Message parameters: - name: ServiceSid in: path @@ -3301,8 +3237,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - ChatV2Role parameters: - name: ServiceSid in: path @@ -3337,8 +3271,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2Role parameters: - name: ServiceSid in: path @@ -3369,8 +3301,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Role parameters: - name: ServiceSid in: path @@ -3436,8 +3366,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - ChatV2Role parameters: - name: ServiceSid in: path @@ -3492,8 +3420,6 @@ paths: - Permission get: description: '' - tags: - - ChatV2Role parameters: - name: ServiceSid in: path @@ -3582,8 +3508,6 @@ paths: binding: '{service_sid: sid}' get: description: '' - tags: - - ChatV2Service parameters: - name: Sid in: path @@ -3608,8 +3532,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2Service parameters: - name: Sid in: path @@ -3630,8 +3552,6 @@ paths: - GA post: description: '' - tags: - - ChatV2Service parameters: - name: Sid in: path @@ -3842,8 +3762,6 @@ paths: binding: '{service_sid: sid}' post: description: '' - tags: - - ChatV2Service responses: '201': content: @@ -3871,8 +3789,6 @@ paths: - FriendlyName get: description: '' - tags: - - ChatV2Service parameters: - name: PageSize in: query @@ -3951,8 +3867,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - ChatV2User parameters: - name: ServiceSid in: path @@ -3985,8 +3899,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2User parameters: - name: ServiceSid in: path @@ -4015,8 +3927,6 @@ paths: - GA post: description: '' - tags: - - ChatV2User parameters: - name: ServiceSid in: path @@ -4092,8 +4002,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - ChatV2User parameters: - name: ServiceSid in: path @@ -4156,8 +4064,6 @@ paths: - Identity get: description: '' - tags: - - ChatV2User parameters: - name: ServiceSid in: path @@ -4244,8 +4150,6 @@ paths: mountName: user_bindings get: description: '' - tags: - - ChatV2UserBinding parameters: - name: ServiceSid in: path @@ -4350,8 +4254,6 @@ paths: mountName: user_bindings get: description: '' - tags: - - ChatV2UserBinding parameters: - name: ServiceSid in: path @@ -4394,8 +4296,6 @@ paths: - GA delete: description: '' - tags: - - ChatV2UserBinding parameters: - name: ServiceSid in: path @@ -4445,8 +4345,6 @@ paths: mountName: user_channels get: description: List all Channels for a given User. - tags: - - ChatV2UserChannel parameters: - name: ServiceSid in: path @@ -4539,8 +4437,6 @@ paths: mountName: user_channels get: description: '' - tags: - - ChatV2UserChannel parameters: - name: ServiceSid in: path @@ -4582,8 +4478,6 @@ paths: - GA delete: description: Removes User from selected Channel. - tags: - - ChatV2UserChannel parameters: - name: ServiceSid in: path @@ -4625,8 +4519,6 @@ paths: - GA post: description: '' - tags: - - ChatV2UserChannel parameters: - name: ServiceSid in: path @@ -4692,19 +4584,6 @@ paths: read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). servers: - url: https://chat.twilio.com -tags: -- name: ChatV2Binding -- name: ChatV2Channel -- name: ChatV2Credential -- name: ChatV2Invite -- name: ChatV2Member -- name: ChatV2Message -- name: ChatV2Role -- name: ChatV2Service -- name: ChatV2User -- name: ChatV2UserBinding -- name: ChatV2UserChannel -- name: ChatV2Webhook x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_chat_v3.yaml b/spec/yaml/twilio_chat_v3.yaml index d4680510..ea0e0aec 100644 --- a/spec/yaml/twilio_chat_v3.yaml +++ b/spec/yaml/twilio_chat_v3.yaml @@ -109,7 +109,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: /v3/Services/{ServiceSid}/Channels/{Sid}: @@ -125,8 +125,6 @@ paths: pathType: instance post: description: Update a specific Channel. - tags: - - ChatV3Channel parameters: - name: ServiceSid in: path @@ -193,8 +191,6 @@ paths: pathType: list servers: - url: https://chat.twilio.com -tags: -- name: ChatV3Channel x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_content_v1.yaml b/spec/yaml/twilio_content_v1.yaml index 8252ac0d..87b6e232 100644 --- a/spec/yaml/twilio_content_v1.yaml +++ b/spec/yaml/twilio_content_v1.yaml @@ -222,7 +222,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/Content/{Sid}/ApprovalRequests: @@ -241,8 +241,6 @@ paths: get: description: Fetch a Content resource's approval status by its unique Content Sid - tags: - - ContentV1ApprovalFetch parameters: - name: Sid in: path @@ -287,8 +285,6 @@ paths: mountName: contents get: description: Fetch a Content resource by its unique Content Sid - tags: - - ContentV1Content parameters: - name: Sid in: path @@ -314,8 +310,6 @@ paths: - Preview delete: description: Deletes a Content resource - tags: - - ContentV1Content parameters: - name: Sid in: path @@ -357,8 +351,6 @@ paths: get: description: Retrieve a list of Contents belonging to the account used to make the request - tags: - - ContentV1Content parameters: - name: PageSize in: query @@ -441,8 +433,6 @@ paths: get: description: Retrieve a list of Contents with approval statuses belonging to the account used to make the request - tags: - - ContentV1ContentAndApprovals parameters: - name: PageSize in: query @@ -525,8 +515,6 @@ paths: get: description: Retrieve a list of Legacy Contents belonging to the account used to make the request - tags: - - ContentV1LegacyContent parameters: - name: PageSize in: query @@ -590,11 +578,6 @@ paths: - Preview servers: - url: https://content.twilio.com -tags: -- name: ContentV1ApprovalFetch -- name: ContentV1Content -- name: ContentV1ContentAndApprovals -- name: ContentV1LegacyContent x-maturity: - name: Preview description: PLEASE NOTE that this is a Preview product that is subject to change. diff --git a/spec/yaml/twilio_conversations_v1.yaml b/spec/yaml/twilio_conversations_v1.yaml index 0af00889..f691acfb 100644 --- a/spec/yaml/twilio_conversations_v1.yaml +++ b/spec/yaml/twilio_conversations_v1.yaml @@ -2192,7 +2192,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/Configuration: @@ -2208,8 +2208,6 @@ paths: pathType: instance get: description: Fetch the global configuration of conversations on your account - tags: - - ConversationsV1Configuration responses: '200': content: @@ -2224,8 +2222,6 @@ paths: - GA post: description: Update the global configuration of conversations on your account - tags: - - ConversationsV1Configuration responses: '200': content: @@ -2284,8 +2280,6 @@ paths: mountName: address_configurations get: description: Retrieve a list of address configurations for an account - tags: - - ConversationsV1AddressConfiguration parameters: - name: Type in: query @@ -2355,8 +2349,6 @@ paths: - GA post: description: Create a new address configuration - tags: - - ConversationsV1AddressConfiguration responses: '201': content: @@ -2456,8 +2448,6 @@ paths: mountName: address_configurations get: description: 'Fetch an address configuration ' - tags: - - ConversationsV1AddressConfiguration parameters: - name: Sid in: path @@ -2480,8 +2470,6 @@ paths: - GA post: description: Update an existing address configuration - tags: - - ConversationsV1AddressConfiguration parameters: - name: Sid in: path @@ -2559,8 +2547,6 @@ paths: request delete: description: Remove an existing address configuration - tags: - - ConversationsV1AddressConfiguration parameters: - name: Sid in: path @@ -2592,8 +2578,6 @@ paths: parent: /Configuration get: description: '' - tags: - - ConversationsV1Webhook responses: '200': content: @@ -2608,8 +2592,6 @@ paths: - GA post: description: '' - tags: - - ConversationsV1Webhook responses: '200': content: @@ -2670,8 +2652,6 @@ paths: webhook: '{conversation_sid: sid}' post: description: Create a new conversation in your account's default service - tags: - - ConversationsV1Conversation parameters: - name: X-Twilio-Webhook-Enabled in: header @@ -2743,8 +2723,6 @@ paths: to `closed` state. Minimum value for this timer is 10 minutes. get: description: Retrieve a list of conversations in your account's default service - tags: - - ConversationsV1Conversation parameters: - name: StartDate in: query @@ -2845,8 +2823,6 @@ paths: webhook: '{conversation_sid: sid}' post: description: Update an existing conversation in your account's default service - tags: - - ConversationsV1Conversation parameters: - name: Sid in: path @@ -2925,8 +2901,6 @@ paths: of the resource's `sid` in the URL. delete: description: Remove a conversation from your account's default service - tags: - - ConversationsV1Conversation parameters: - name: Sid in: path @@ -2951,8 +2925,6 @@ paths: - GA get: description: Fetch a conversation from your account's default service - tags: - - ConversationsV1Conversation parameters: - name: Sid in: path @@ -2991,8 +2963,6 @@ paths: parent: /Conversations/{Sid} post: description: Add a new message to the conversation - tags: - - ConversationsV1Message parameters: - name: ConversationSid in: path @@ -3070,8 +3040,6 @@ paths: to resolve Rich Content template variables. get: description: Retrieve a list of all messages in the conversation - tags: - - ConversationsV1Message parameters: - name: ConversationSid in: path @@ -3165,8 +3133,6 @@ paths: parent: /Conversations/{Sid} post: description: Update an existing message in the conversation - tags: - - ConversationsV1Message parameters: - name: ConversationSid in: path @@ -3234,8 +3200,6 @@ paths: will be returned. delete: description: Remove a message from the conversation - tags: - - ConversationsV1Message parameters: - name: ConversationSid in: path @@ -3269,8 +3233,6 @@ paths: - GA get: description: Fetch a message from the conversation - tags: - - ConversationsV1Message parameters: - name: ConversationSid in: path @@ -3316,8 +3278,6 @@ paths: mountName: delivery_receipts get: description: Fetch the delivery and read receipts of the conversation message - tags: - - ConversationsV1DeliveryReceipt parameters: - name: ConversationSid in: path @@ -3374,8 +3334,6 @@ paths: get: description: Retrieve a list of all delivery and read receipts of the conversation message - tags: - - ConversationsV1DeliveryReceipt parameters: - name: ConversationSid in: path @@ -3466,8 +3424,6 @@ paths: parent: /Conversations/{Sid} post: description: Add a new participant to the conversation - tags: - - ConversationsV1Participant parameters: - name: ConversationSid in: path @@ -3548,8 +3504,6 @@ paths: to assign to the participant. get: description: Retrieve a list of all participants of the conversation - tags: - - ConversationsV1Participant parameters: - name: ConversationSid in: path @@ -3630,8 +3584,6 @@ paths: parent: /Conversations/{Sid} post: description: Update an existing participant in the conversation - tags: - - ConversationsV1Participant parameters: - name: ConversationSid in: path @@ -3718,8 +3670,6 @@ paths: \ for the Participant." delete: description: Remove a participant from the conversation - tags: - - ConversationsV1Participant parameters: - name: ConversationSid in: path @@ -3750,8 +3700,6 @@ paths: - GA get: description: Fetch a participant of the conversation - tags: - - ConversationsV1Participant parameters: - name: ConversationSid in: path @@ -3792,8 +3740,6 @@ paths: parent: /Conversations/{Sid} get: description: Retrieve a list of all webhooks scoped to the conversation - tags: - - ConversationsV1Webhook parameters: - name: ConversationSid in: path @@ -3864,8 +3810,6 @@ paths: - GA post: description: Create a new webhook scoped to the conversation - tags: - - ConversationsV1Webhook parameters: - name: ConversationSid in: path @@ -3942,8 +3886,6 @@ paths: parent: /Conversations/{Sid} get: description: Fetch the configuration of a conversation-scoped webhook - tags: - - ConversationsV1Webhook parameters: - name: ConversationSid in: path @@ -3975,8 +3917,6 @@ paths: - GA post: description: Update an existing conversation-scoped webhook - tags: - - ConversationsV1Webhook parameters: - name: ConversationSid in: path @@ -4041,8 +3981,6 @@ paths: to. delete: description: Remove an existing webhook scoped to the conversation - tags: - - ConversationsV1Webhook parameters: - name: ConversationSid in: path @@ -4080,8 +4018,6 @@ paths: pathType: list post: description: Add a new push notification credential to your account - tags: - - ConversationsV1Credential responses: '201': content: @@ -4143,8 +4079,6 @@ paths: - Type get: description: Retrieve a list of all push notification credentials on your account - tags: - - ConversationsV1Credential parameters: - name: PageSize in: query @@ -4218,8 +4152,6 @@ paths: pathType: instance post: description: Update an existing push notification credential on your account - tags: - - ConversationsV1Credential parameters: - name: Sid in: path @@ -4289,8 +4221,6 @@ paths: the Firebase console, found under Settings / Cloud messaging.' delete: description: Remove a push notification credential from your account - tags: - - ConversationsV1Credential parameters: - name: Sid in: path @@ -4311,8 +4241,6 @@ paths: - GA get: description: Fetch a push notification credential from your account - tags: - - ConversationsV1Credential parameters: - name: Sid in: path @@ -4349,8 +4277,6 @@ paths: get: description: Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. - tags: - - ConversationsV1ParticipantConversation parameters: - name: Identity in: query @@ -4440,8 +4366,6 @@ paths: pathType: list post: description: Create a new user role in your account's default service - tags: - - ConversationsV1Role responses: '201': content: @@ -4485,8 +4409,6 @@ paths: - Permission get: description: Retrieve a list of all user roles in your account's default service - tags: - - ConversationsV1Role parameters: - name: PageSize in: query @@ -4561,8 +4483,6 @@ paths: pathType: instance post: description: Update an existing user role in your account's default service - tags: - - ConversationsV1Role parameters: - name: Sid in: path @@ -4607,8 +4527,6 @@ paths: - Permission delete: description: Remove a user role from your account's default service - tags: - - ConversationsV1Role parameters: - name: Sid in: path @@ -4629,8 +4547,6 @@ paths: - GA get: description: Fetch a user role from your account's default service - tags: - - ConversationsV1Role parameters: - name: Sid in: path @@ -4672,8 +4588,6 @@ paths: participant_conversation: '{chat_service_sid: sid}' post: description: Create a new conversation service on your account - tags: - - ConversationsV1Service responses: '201': content: @@ -4701,8 +4615,6 @@ paths: - FriendlyName get: description: Retrieve a list of all conversation services on your account - tags: - - ConversationsV1Service parameters: - name: PageSize in: query @@ -4784,8 +4696,6 @@ paths: delete: description: Remove a conversation service with all its nested resources from your account - tags: - - ConversationsV1Service parameters: - name: Sid in: path @@ -4806,8 +4716,6 @@ paths: - GA get: description: Fetch a conversation service from your account - tags: - - ConversationsV1Service parameters: - name: Sid in: path @@ -4844,8 +4752,6 @@ paths: parent: /Services/{Sid} delete: description: Remove a push notification binding from the conversation service - tags: - - ConversationsV1Binding parameters: - name: ChatServiceSid in: path @@ -4876,8 +4782,6 @@ paths: - GA get: description: Fetch a push notification binding from the conversation service - tags: - - ConversationsV1Binding parameters: - name: ChatServiceSid in: path @@ -4925,8 +4829,6 @@ paths: get: description: Retrieve a list of all push notification bindings in the conversation service - tags: - - ConversationsV1Binding parameters: - name: ChatServiceSid in: path @@ -5029,8 +4931,6 @@ paths: parent: /Services/{Sid} get: description: Fetch the configuration of a conversation service - tags: - - ConversationsV1Configuration parameters: - name: ChatServiceSid in: path @@ -5055,8 +4955,6 @@ paths: - GA post: description: Update configuration settings of a conversation service - tags: - - ConversationsV1Configuration parameters: - name: ChatServiceSid in: path @@ -5133,8 +5031,6 @@ paths: parent: /Services/{Sid} post: description: Create a new conversation in your service - tags: - - ConversationsV1Conversation parameters: - name: ChatServiceSid in: path @@ -5216,8 +5112,6 @@ paths: to `closed` state. Minimum value for this timer is 10 minutes. get: description: Retrieve a list of conversations in your service - tags: - - ConversationsV1Conversation parameters: - name: ChatServiceSid in: path @@ -5329,8 +5223,6 @@ paths: parent: /Services/{Sid} post: description: Update an existing conversation in your service - tags: - - ConversationsV1Conversation parameters: - name: ChatServiceSid in: path @@ -5419,8 +5311,6 @@ paths: of the resource's `sid` in the URL. delete: description: Remove a conversation from your service - tags: - - ConversationsV1Conversation parameters: - name: ChatServiceSid in: path @@ -5455,8 +5345,6 @@ paths: - GA get: description: Fetch a conversation from your service - tags: - - ConversationsV1Conversation parameters: - name: ChatServiceSid in: path @@ -5507,8 +5395,6 @@ paths: parent: /Services/{ChatServiceSid}/Conversations/{Sid} post: description: Add a new message to the conversation in a specific service - tags: - - ConversationsV1Message parameters: - name: ChatServiceSid in: path @@ -5596,8 +5482,6 @@ paths: to resolve Rich Content template variables. get: description: Retrieve a list of all messages in the conversation - tags: - - ConversationsV1Message parameters: - name: ChatServiceSid in: path @@ -5703,8 +5587,6 @@ paths: parent: /Services/{ChatServiceSid}/Conversations/{Sid} post: description: Update an existing message in the conversation - tags: - - ConversationsV1Message parameters: - name: ChatServiceSid in: path @@ -5782,8 +5664,6 @@ paths: will be returned. delete: description: Remove a message from the conversation - tags: - - ConversationsV1Message parameters: - name: ChatServiceSid in: path @@ -5827,8 +5707,6 @@ paths: - GA get: description: Fetch a message from the conversation - tags: - - ConversationsV1Message parameters: - name: ChatServiceSid in: path @@ -5884,8 +5762,6 @@ paths: mountName: delivery_receipts get: description: Fetch the delivery and read receipts of the conversation message - tags: - - ConversationsV1DeliveryReceipt parameters: - name: ChatServiceSid in: path @@ -5952,8 +5828,6 @@ paths: get: description: Retrieve a list of all delivery and read receipts of the conversation message - tags: - - ConversationsV1DeliveryReceipt parameters: - name: ChatServiceSid in: path @@ -6055,8 +5929,6 @@ paths: parent: /Services/{ChatServiceSid}/Conversations/{Sid} post: description: Add a new participant to the conversation in a specific service - tags: - - ConversationsV1Participant parameters: - name: ChatServiceSid in: path @@ -6147,8 +6019,6 @@ paths: to assign to the participant. get: description: Retrieve a list of all participants of the conversation - tags: - - ConversationsV1Participant parameters: - name: ChatServiceSid in: path @@ -6240,8 +6110,6 @@ paths: parent: /Services/{ChatServiceSid}/Conversations/{Sid} post: description: Update an existing participant in the conversation - tags: - - ConversationsV1Participant parameters: - name: ChatServiceSid in: path @@ -6338,8 +6206,6 @@ paths: \ for the Participant." delete: description: Remove a participant from the conversation - tags: - - ConversationsV1Participant parameters: - name: ChatServiceSid in: path @@ -6380,8 +6246,6 @@ paths: - GA get: description: Fetch a participant of the conversation - tags: - - ConversationsV1Participant parameters: - name: ChatServiceSid in: path @@ -6432,8 +6296,6 @@ paths: parent: /Services/{ChatServiceSid}/Conversations/{Sid} post: description: Create a new webhook scoped to the conversation in a specific service - tags: - - ConversationsV1Webhook parameters: - name: ChatServiceSid in: path @@ -6509,8 +6371,6 @@ paths: - Target get: description: Retrieve a list of all webhooks scoped to the conversation - tags: - - ConversationsV1Webhook parameters: - name: ChatServiceSid in: path @@ -6602,8 +6462,6 @@ paths: parent: /Services/{ChatServiceSid}/Conversations/{Sid} post: description: Update an existing conversation-scoped webhook - tags: - - ConversationsV1Webhook parameters: - name: ChatServiceSid in: path @@ -6678,8 +6536,6 @@ paths: to. delete: description: Remove an existing webhook scoped to the conversation - tags: - - ConversationsV1Webhook parameters: - name: ChatServiceSid in: path @@ -6717,8 +6573,6 @@ paths: - GA get: description: Fetch the configuration of a conversation-scoped webhook - tags: - - ConversationsV1Webhook parameters: - name: ChatServiceSid in: path @@ -6770,8 +6624,6 @@ paths: parent: /Services/{ChatServiceSid}/Configuration post: description: Update push notification service settings - tags: - - ConversationsV1Notification parameters: - name: ChatServiceSid in: path @@ -6862,8 +6714,6 @@ paths: to a conversation and `new_message.attachments.enabled` is `true`. get: description: Fetch push notification service settings - tags: - - ConversationsV1Notification parameters: - name: ChatServiceSid in: path @@ -6902,8 +6752,6 @@ paths: get: description: Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. - tags: - - ConversationsV1ParticipantConversation parameters: - name: ChatServiceSid in: path @@ -7004,8 +6852,6 @@ paths: parent: /Services/{Sid} post: description: Create a new user role in your service - tags: - - ConversationsV1Role parameters: - name: ChatServiceSid in: path @@ -7060,8 +6906,6 @@ paths: - Permission get: description: Retrieve a list of all user roles in your service - tags: - - ConversationsV1Role parameters: - name: ChatServiceSid in: path @@ -7147,8 +6991,6 @@ paths: parent: /Services/{Sid} post: description: Update an existing user role in your service - tags: - - ConversationsV1Role parameters: - name: ChatServiceSid in: path @@ -7203,8 +7045,6 @@ paths: - Permission delete: description: Remove a user role from your service - tags: - - ConversationsV1Role parameters: - name: ChatServiceSid in: path @@ -7235,8 +7075,6 @@ paths: - GA get: description: Fetch a user role from your service - tags: - - ConversationsV1Role parameters: - name: ChatServiceSid in: path @@ -7284,8 +7122,6 @@ paths: parent: /Services/{Sid} post: description: Add a new conversation user to your service - tags: - - ConversationsV1User parameters: - name: ChatServiceSid in: path @@ -7345,8 +7181,6 @@ paths: - Identity get: description: Retrieve a list of all conversation users in your service - tags: - - ConversationsV1User parameters: - name: ChatServiceSid in: path @@ -7433,8 +7267,6 @@ paths: parent: /Services/{Sid} post: description: Update an existing conversation user in your service - tags: - - ConversationsV1User parameters: - name: ChatServiceSid in: path @@ -7494,8 +7326,6 @@ paths: to assign to the user. delete: description: Remove a conversation user from your service - tags: - - ConversationsV1User parameters: - name: ChatServiceSid in: path @@ -7530,8 +7360,6 @@ paths: - GA get: description: Fetch a conversation user from your service - tags: - - ConversationsV1User parameters: - name: ChatServiceSid in: path @@ -7579,8 +7407,6 @@ paths: mountName: user_conversations post: description: Update a specific User Conversation. - tags: - - ConversationsV1UserConversation parameters: - name: ChatServiceSid in: path @@ -7642,8 +7468,6 @@ paths: the Participant has read. delete: description: Delete a specific User Conversation. - tags: - - ConversationsV1UserConversation parameters: - name: ChatServiceSid in: path @@ -7679,8 +7503,6 @@ paths: - GA get: description: Fetch a specific User Conversation. - tags: - - ConversationsV1UserConversation parameters: - name: ChatServiceSid in: path @@ -7735,8 +7557,6 @@ paths: mountName: user_conversations get: description: Retrieve a list of all User Conversations for the User. - tags: - - ConversationsV1UserConversation parameters: - name: ChatServiceSid in: path @@ -7828,8 +7648,6 @@ paths: parent: /Services/{ChatServiceSid}/Configuration post: description: Update a specific Webhook. - tags: - - ConversationsV1Webhook parameters: - name: ChatServiceSid in: path @@ -7889,8 +7707,6 @@ paths: One of `GET` or `POST`. get: description: Fetch a specific service webhook configuration. - tags: - - ConversationsV1Webhook parameters: - name: ChatServiceSid in: path @@ -7928,8 +7744,6 @@ paths: user_conversation: '{user_sid: sid}' post: description: Add a new conversation user to your account's default service - tags: - - ConversationsV1User parameters: - name: X-Twilio-Webhook-Enabled in: header @@ -7980,8 +7794,6 @@ paths: get: description: Retrieve a list of all conversation users in your account's default service - tags: - - ConversationsV1User parameters: - name: PageSize in: query @@ -8058,8 +7870,6 @@ paths: post: description: Update an existing conversation user in your account's default service - tags: - - ConversationsV1User parameters: - name: Sid in: path @@ -8109,8 +7919,6 @@ paths: to assign to the user. delete: description: Remove a conversation user from your account's default service - tags: - - ConversationsV1User parameters: - name: Sid in: path @@ -8135,8 +7943,6 @@ paths: - GA get: description: Fetch a conversation user from your account's default service - tags: - - ConversationsV1User parameters: - name: Sid in: path @@ -8174,8 +7980,6 @@ paths: mountName: user_conversations post: description: Update a specific User Conversation. - tags: - - ConversationsV1UserConversation parameters: - name: UserSid in: path @@ -8227,8 +8031,6 @@ paths: the Participant has read. delete: description: Delete a specific User Conversation. - tags: - - ConversationsV1UserConversation parameters: - name: UserSid in: path @@ -8254,8 +8056,6 @@ paths: - GA get: description: Fetch a specific User Conversation. - tags: - - ConversationsV1UserConversation parameters: - name: UserSid in: path @@ -8300,8 +8100,6 @@ paths: mountName: user_conversations get: description: Retrieve a list of all User Conversations for the User. - tags: - - ConversationsV1UserConversation parameters: - name: UserSid in: path @@ -8372,22 +8170,6 @@ paths: - GA servers: - url: https://conversations.twilio.com -tags: -- name: ConversationsV1AddressConfiguration -- name: ConversationsV1Binding -- name: ConversationsV1Configuration -- name: ConversationsV1Conversation -- name: ConversationsV1Credential -- name: ConversationsV1DeliveryReceipt -- name: ConversationsV1Message -- name: ConversationsV1Notification -- name: ConversationsV1Participant -- name: ConversationsV1ParticipantConversation -- name: ConversationsV1Role -- name: ConversationsV1Service -- name: ConversationsV1User -- name: ConversationsV1UserConversation -- name: ConversationsV1Webhook x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_events_v1.yaml b/spec/yaml/twilio_events_v1.yaml index e89e77da..13857462 100644 --- a/spec/yaml/twilio_events_v1.yaml +++ b/spec/yaml/twilio_events_v1.yaml @@ -267,7 +267,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/Types: @@ -283,8 +283,6 @@ paths: mountName: event_types get: description: Retrieve a paginated list of all the available Event Types. - tags: - - EventsV1EventType parameters: - name: SchemaId in: query @@ -365,8 +363,6 @@ paths: mountName: event_types get: description: Fetch a specific Event Type. - tags: - - EventsV1EventType parameters: - name: Type in: path @@ -398,8 +394,6 @@ paths: schema_version: '{id: id}' get: description: Fetch a specific schema with its nested versions. - tags: - - EventsV1Schema parameters: - name: Id in: path @@ -444,8 +438,6 @@ paths: className: schema_version get: description: Retrieve a paginated list of versions of the schema. - tags: - - EventsV1SchemaVersion parameters: - name: Id in: path @@ -528,8 +520,6 @@ paths: className: schema_version get: description: Fetch a specific schema and version. - tags: - - EventsV1SchemaVersion parameters: - name: Id in: path @@ -575,8 +565,6 @@ paths: sink_validate: '{sid: sid}' get: description: Fetch a specific Sink. - tags: - - EventsV1Sink parameters: - name: Sid in: path @@ -601,8 +589,6 @@ paths: - Beta delete: description: Delete a specific Sink. - tags: - - EventsV1Sink parameters: - name: Sid in: path @@ -623,8 +609,6 @@ paths: - Beta post: description: Update a specific Sink - tags: - - EventsV1Sink parameters: - name: Sid in: path @@ -679,8 +663,6 @@ paths: sink_validate: '{sid: sid}' post: description: Create a new Sink - tags: - - EventsV1Sink responses: '201': content: @@ -718,8 +700,6 @@ paths: get: description: Retrieve a paginated list of Sinks belonging to the account used to make the request. - tags: - - EventsV1Sink parameters: - name: InUse in: query @@ -805,8 +785,6 @@ paths: mountName: sink_test post: description: Create a new Sink Test Event for the given Sink. - tags: - - EventsV1SinkTest parameters: - name: Sid in: path @@ -842,8 +820,6 @@ paths: mountName: sink_validate post: description: Validate that a test event for a Sink was received. - tags: - - EventsV1SinkValidate parameters: - name: Sid in: path @@ -894,8 +870,6 @@ paths: parent: /Subscriptions/{Sid} get: description: Retrieve a list of all Subscribed Event types for a Subscription. - tags: - - EventsV1SubscribedEvent parameters: - name: SubscriptionSid in: path @@ -968,8 +942,6 @@ paths: - Beta post: description: Create a new Subscribed Event type for the subscription - tags: - - EventsV1SubscribedEvent parameters: - name: SubscriptionSid in: path @@ -1021,8 +993,6 @@ paths: parent: /Subscriptions/{Sid} get: description: Read an Event for a Subscription. - tags: - - EventsV1SubscribedEvent parameters: - name: SubscriptionSid in: path @@ -1053,8 +1023,6 @@ paths: - Beta post: description: Update an Event for a Subscription. - tags: - - EventsV1SubscribedEvent parameters: - name: SubscriptionSid in: path @@ -1095,8 +1063,6 @@ paths: description: The schema version that the subscription should use. delete: description: Remove an event type from a subscription. - tags: - - EventsV1SubscribedEvent parameters: - name: SubscriptionSid in: path @@ -1138,8 +1104,6 @@ paths: get: description: Retrieve a paginated list of Subscriptions belonging to the account used to make the request. - tags: - - EventsV1Subscription parameters: - name: SinkSid in: query @@ -1212,8 +1176,6 @@ paths: - Beta post: description: Create a new Subscription. - tags: - - EventsV1Subscription responses: '201': content: @@ -1270,8 +1232,6 @@ paths: subscribed_event: '{subscription_sid: sid}' get: description: Fetch a specific Subscription. - tags: - - EventsV1Subscription parameters: - name: Sid in: path @@ -1296,8 +1256,6 @@ paths: - Beta post: description: Update a Subscription. - tags: - - EventsV1Subscription parameters: - name: Sid in: path @@ -1340,8 +1298,6 @@ paths: be created. delete: description: Delete a specific Subscription. - tags: - - EventsV1Subscription parameters: - name: Sid in: path @@ -1362,15 +1318,6 @@ paths: - Beta servers: - url: https://events.twilio.com -tags: -- name: EventsV1EventType -- name: EventsV1Schema -- name: EventsV1SchemaVersion -- name: EventsV1Sink -- name: EventsV1SinkTest -- name: EventsV1SinkValidate -- name: EventsV1SubscribedEvent -- name: EventsV1Subscription x-maturity: - name: Beta description: PLEASE NOTE that this is a Beta product that is subject to change. diff --git a/spec/yaml/twilio_flex_v1.yaml b/spec/yaml/twilio_flex_v1.yaml index 21a3d406..1904c7c4 100644 --- a/spec/yaml/twilio_flex_v1.yaml +++ b/spec/yaml/twilio_flex_v1.yaml @@ -1075,7 +1075,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/Channels: @@ -1092,8 +1092,6 @@ paths: mountName: channel get: description: '' - tags: - - FlexV1Channel parameters: - name: PageSize in: query @@ -1157,8 +1155,6 @@ paths: - GA post: description: '' - tags: - - FlexV1Channel responses: '201': content: @@ -1237,8 +1233,6 @@ paths: mountName: channel get: description: '' - tags: - - FlexV1Channel parameters: - name: Sid in: path @@ -1263,8 +1257,6 @@ paths: - GA delete: description: '' - tags: - - FlexV1Channel parameters: - name: Sid in: path @@ -1296,8 +1288,6 @@ paths: pathType: instance get: description: '' - tags: - - FlexV1Configuration parameters: - name: UiVersion in: query @@ -1330,8 +1320,6 @@ paths: mountName: flex_flow get: description: '' - tags: - - FlexV1FlexFlow parameters: - name: FriendlyName in: query @@ -1400,8 +1388,6 @@ paths: - GA post: description: '' - tags: - - FlexV1FlexFlow responses: '201': content: @@ -1538,8 +1524,6 @@ paths: mountName: flex_flow get: description: '' - tags: - - FlexV1FlexFlow parameters: - name: Sid in: path @@ -1564,8 +1548,6 @@ paths: - GA post: description: '' - tags: - - FlexV1FlexFlow parameters: - name: Sid in: path @@ -1696,8 +1678,6 @@ paths: `external`, not applicable otherwise. delete: description: '' - tags: - - FlexV1FlexFlow parameters: - name: Sid in: path @@ -1731,8 +1711,6 @@ paths: description: Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question. - tags: - - FlexV1Assessments parameters: - name: Authorization in: header @@ -1810,8 +1788,6 @@ paths: - QuestionnaireSid get: description: Get assessments done for a conversation by logged in user - tags: - - FlexV1Assessments parameters: - name: Authorization in: header @@ -1896,8 +1872,6 @@ paths: className: assessments post: description: Update a specific Assessment assessed earlier - tags: - - FlexV1Assessments parameters: - name: AssessmentSid in: path @@ -1958,8 +1932,6 @@ paths: mountName: insights_assessments_comment post: description: To create a comment assessment for a conversation - tags: - - FlexV1InsightsAssessmentsComment parameters: - name: Authorization in: header @@ -2012,8 +1984,6 @@ paths: - Offset get: description: To create a comment assessment for a conversation - tags: - - FlexV1InsightsAssessmentsComment parameters: - name: Authorization in: header @@ -2105,8 +2075,6 @@ paths: className: insights_conversations get: description: To get conversation with segment id - tags: - - FlexV1InsightsConversations parameters: - name: Authorization in: header @@ -2193,8 +2161,6 @@ paths: className: insights_questionnaires post: description: To create a Questionnaire - tags: - - FlexV1InsightsQuestionnaires parameters: - name: Authorization in: header @@ -2241,8 +2207,6 @@ paths: - Name get: description: To get all questionnaires with questions - tags: - - FlexV1InsightsQuestionnaires parameters: - name: Authorization in: header @@ -2329,8 +2293,6 @@ paths: className: insights_questionnaires post: description: To update the questionnaire - tags: - - FlexV1InsightsQuestionnaires parameters: - name: QuestionnaireSid in: path @@ -2386,8 +2348,6 @@ paths: - Active delete: description: To delete the questionnaire - tags: - - FlexV1InsightsQuestionnaires parameters: - name: QuestionnaireSid in: path @@ -2413,8 +2373,6 @@ paths: - Preview get: description: To get the Questionnaire Detail - tags: - - FlexV1InsightsQuestionnaires parameters: - name: QuestionnaireSid in: path @@ -2455,8 +2413,6 @@ paths: mountName: insights_questionnaires_category post: description: To create a category for Questions - tags: - - FlexV1InsightsQuestionnairesCategory parameters: - name: Authorization in: header @@ -2489,8 +2445,6 @@ paths: - Name get: description: To get all the categories - tags: - - FlexV1InsightsQuestionnairesCategory parameters: - name: Authorization in: header @@ -2570,8 +2524,6 @@ paths: mountName: insights_questionnaires_category post: description: To update the category for Questions - tags: - - FlexV1InsightsQuestionnairesCategory parameters: - name: CategorySid in: path @@ -2613,8 +2565,6 @@ paths: - Name delete: description: '' - tags: - - FlexV1InsightsQuestionnairesCategory parameters: - name: CategorySid in: path @@ -2651,8 +2601,6 @@ paths: mountName: insights_questionnaires_question post: description: To create a question for a Category - tags: - - FlexV1InsightsQuestionnairesQuestion parameters: - name: Authorization in: header @@ -2703,8 +2651,6 @@ paths: - AllowNa get: description: To get all the question for the given categories - tags: - - FlexV1InsightsQuestionnairesQuestion parameters: - name: Authorization in: header @@ -2794,8 +2740,6 @@ paths: mountName: insights_questionnaires_question post: description: To update the question - tags: - - FlexV1InsightsQuestionnairesQuestion parameters: - name: QuestionSid in: path @@ -2852,8 +2796,6 @@ paths: - AllowNa delete: description: '' - tags: - - FlexV1InsightsQuestionnairesQuestion parameters: - name: QuestionSid in: path @@ -2893,8 +2835,6 @@ paths: className: insights_segments get: description: To get segments for given reservation Ids - tags: - - FlexV1InsightsSegments parameters: - name: Authorization in: header @@ -2990,8 +2930,6 @@ paths: mountName: insights_session post: description: To obtain session details for fetching reports and dashboards - tags: - - FlexV1InsightsSession parameters: - name: Authorization in: header @@ -3024,8 +2962,6 @@ paths: className: insights_settings_answer_sets get: description: To get the Answer Set Settings for an Account - tags: - - FlexV1InsightsSettingsAnswerSets parameters: - name: Authorization in: header @@ -3055,8 +2991,6 @@ paths: mountName: insights_settings_comment get: description: To get the Comment Settings for an Account - tags: - - FlexV1InsightsSettingsComment parameters: - name: Authorization in: header @@ -3088,8 +3022,6 @@ paths: get: description: This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user - tags: - - FlexV1InsightsUserRoles parameters: - name: Authorization in: header @@ -3121,8 +3053,6 @@ paths: mountName: interaction get: description: '' - tags: - - FlexV1Interaction parameters: - name: Sid in: path @@ -3158,8 +3088,6 @@ paths: mountName: interaction post: description: Create a new Interaction. - tags: - - FlexV1Interaction responses: '201': content: @@ -3210,8 +3138,6 @@ paths: className: interaction_channel get: description: Fetch a Channel for an Interaction. - tags: - - FlexV1InteractionChannel parameters: - name: InteractionSid in: path @@ -3247,8 +3173,6 @@ paths: - GA post: description: Update an existing Interaction Channel. - tags: - - FlexV1InteractionChannel parameters: - name: InteractionSid in: path @@ -3318,8 +3242,6 @@ paths: className: interaction_channel get: description: List all Channels for an Interaction. - tags: - - FlexV1InteractionChannel parameters: - name: InteractionSid in: path @@ -3403,8 +3325,6 @@ paths: className: interaction_channel_invite post: description: Invite an Agent or a TaskQueue to a Channel. - tags: - - FlexV1InteractionChannelInvite parameters: - name: InteractionSid in: path @@ -3449,8 +3369,6 @@ paths: - Routing get: description: List all Invites for a Channel. - tags: - - FlexV1InteractionChannelInvite parameters: - name: InteractionSid in: path @@ -3542,8 +3460,6 @@ paths: className: interaction_channel_participant post: description: Add a Participant to a Channel. - tags: - - FlexV1InteractionChannelParticipant parameters: - name: InteractionSid in: path @@ -3595,8 +3511,6 @@ paths: - MediaProperties get: description: List all Participants for a Channel. - tags: - - FlexV1InteractionChannelParticipant parameters: - name: InteractionSid in: path @@ -3688,8 +3602,6 @@ paths: className: interaction_channel_participant post: description: Update an existing Channel Participant. - tags: - - FlexV1InteractionChannelParticipant parameters: - name: InteractionSid in: path @@ -3757,8 +3669,6 @@ paths: mountName: web_channel get: description: '' - tags: - - FlexV1WebChannel parameters: - name: PageSize in: query @@ -3822,8 +3732,6 @@ paths: - GA post: description: '' - tags: - - FlexV1WebChannel responses: '201': content: @@ -3881,8 +3789,6 @@ paths: mountName: web_channel get: description: '' - tags: - - FlexV1WebChannel parameters: - name: Sid in: path @@ -3907,8 +3813,6 @@ paths: - GA post: description: '' - tags: - - FlexV1WebChannel parameters: - name: Sid in: path @@ -3947,8 +3851,6 @@ paths: description: The post-engagement data. delete: description: '' - tags: - - FlexV1WebChannel parameters: - name: Sid in: path @@ -3969,26 +3871,6 @@ paths: - GA servers: - url: https://flex-api.twilio.com -tags: -- name: FlexV1Assessments -- name: FlexV1Channel -- name: FlexV1Configuration -- name: FlexV1FlexFlow -- name: FlexV1InsightsAssessmentsComment -- name: FlexV1InsightsConversations -- name: FlexV1InsightsQuestionnaires -- name: FlexV1InsightsQuestionnairesCategory -- name: FlexV1InsightsQuestionnairesQuestion -- name: FlexV1InsightsSegments -- name: FlexV1InsightsSession -- name: FlexV1InsightsSettingsAnswerSets -- name: FlexV1InsightsSettingsComment -- name: FlexV1InsightsUserRoles -- name: FlexV1Interaction -- name: FlexV1InteractionChannel -- name: FlexV1InteractionChannelInvite -- name: FlexV1InteractionChannelParticipant -- name: FlexV1WebChannel x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_flex_v2.yaml b/spec/yaml/twilio_flex_v2.yaml index 91104e00..45b97cce 100644 --- a/spec/yaml/twilio_flex_v2.yaml +++ b/spec/yaml/twilio_flex_v2.yaml @@ -32,7 +32,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: /v2/WebChats: @@ -47,8 +47,6 @@ paths: className: web_channels post: description: '' - tags: - - FlexV2WebChannels responses: '201': content: @@ -92,8 +90,6 @@ paths: - AddressSid servers: - url: https://flex-api.twilio.com -tags: -- name: FlexV2WebChannels x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_frontline_v1.yaml b/spec/yaml/twilio_frontline_v1.yaml index 6f61f485..bb80c851 100644 --- a/spec/yaml/twilio_frontline_v1.yaml +++ b/spec/yaml/twilio_frontline_v1.yaml @@ -60,7 +60,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/Users/{Sid}: @@ -74,8 +74,6 @@ paths: pathType: instance get: description: Fetch a frontline user - tags: - - FrontlineV1User parameters: - name: Sid in: path @@ -98,8 +96,6 @@ paths: - Beta post: description: Update an existing frontline user - tags: - - FrontlineV1User parameters: - name: Sid in: path @@ -145,8 +141,6 @@ paths: if you are using [Pool Routing](https://www.twilio.com/docs/frontline/handle-incoming-conversations#3-pool-routing). servers: - url: https://frontline-api.twilio.com -tags: -- name: FrontlineV1User x-maturity: - name: Beta description: PLEASE NOTE that this is a Beta product that is subject to change. diff --git a/spec/yaml/twilio_insights_v1.yaml b/spec/yaml/twilio_insights_v1.yaml index f0cc923b..6978d78e 100644 --- a/spec/yaml/twilio_insights_v1.yaml +++ b/spec/yaml/twilio_insights_v1.yaml @@ -1322,7 +1322,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/Voice/Settings: @@ -1336,8 +1336,6 @@ paths: pathType: instance get: description: Get the Voice Insights Settings. - tags: - - InsightsV1Setting parameters: - name: SubaccountSid in: query @@ -1361,8 +1359,6 @@ paths: - GA post: description: Update a specific Voice Insights Setting. - tags: - - InsightsV1Setting responses: '200': content: @@ -1407,8 +1403,6 @@ paths: parent: /Voice/{Sid} post: description: Update an Annotation for a specific Call. - tags: - - InsightsV1Annotation parameters: - name: CallSid in: path @@ -1488,8 +1482,6 @@ paths: should be included in `incident`. get: description: Get the Annotation for a specific Call. - tags: - - InsightsV1Annotation parameters: - name: CallSid in: path @@ -1527,8 +1519,6 @@ paths: mountName: calls get: description: '' - tags: - - InsightsV1Call parameters: - name: Sid in: path @@ -1571,8 +1561,6 @@ paths: className: call_summaries get: description: Get a list of Call Summaries. - tags: - - InsightsV1CallSummaries parameters: - name: From in: query @@ -1792,8 +1780,6 @@ paths: conference_participant: '{conference_sid: conference_sid}' get: description: Get a specific Conference Summary. - tags: - - InsightsV1Conference parameters: - name: ConferenceSid in: path @@ -1829,8 +1815,6 @@ paths: conference_participant: '{conference_sid: conference_sid}' get: description: Get a list of Conference Summaries. - tags: - - InsightsV1Conference parameters: - name: ConferenceSid in: query @@ -1965,8 +1949,6 @@ paths: mountName: conference_participants get: description: Get a specific Conference Participant Summary for a Conference. - tags: - - InsightsV1ConferenceParticipant parameters: - name: ConferenceSid in: path @@ -2024,8 +2006,6 @@ paths: mountName: conference_participants get: description: Get a list of Conference Participants Summaries for a Conference. - tags: - - InsightsV1ConferenceParticipant parameters: - name: ConferenceSid in: path @@ -2127,8 +2107,6 @@ paths: parent: /Voice/{Sid} get: description: Get a list of Call Insight Events for a Call. - tags: - - InsightsV1Event parameters: - name: CallSid in: path @@ -2221,8 +2199,6 @@ paths: parent: /Voice/{Sid} get: description: Get a list of Call Metrics for a Call. - tags: - - InsightsV1Metric parameters: - name: CallSid in: path @@ -2322,8 +2298,6 @@ paths: className: call_summary get: description: Get a specific Call Summary. - tags: - - InsightsV1CallSummary parameters: - name: CallSid in: path @@ -2364,8 +2338,6 @@ paths: parent: /Video/Rooms/{RoomSid} get: description: Get Video Log Analyzer data for a Room Participant. - tags: - - InsightsV1Participant parameters: - name: RoomSid in: path @@ -2402,8 +2374,6 @@ paths: parent: /Video/Rooms/{RoomSid} get: description: Get a list of room participants. - tags: - - InsightsV1Participant parameters: - name: RoomSid in: path @@ -2484,8 +2454,6 @@ paths: participant: '{room_sid: room_sid}' get: description: Get Video Log Analyzer data for a Room. - tags: - - InsightsV1Room parameters: - name: RoomSid in: path @@ -2518,8 +2486,6 @@ paths: participant: '{room_sid: room_sid}' get: description: Get a list of Programmable Video Rooms. - tags: - - InsightsV1Room parameters: - name: RoomType in: query @@ -2617,18 +2583,6 @@ paths: - Beta servers: - url: https://insights.twilio.com -tags: -- name: InsightsV1Annotation -- name: InsightsV1Call -- name: InsightsV1CallSummaries -- name: InsightsV1CallSummary -- name: InsightsV1Conference -- name: InsightsV1ConferenceParticipant -- name: InsightsV1Event -- name: InsightsV1Metric -- name: InsightsV1Participant -- name: InsightsV1Room -- name: InsightsV1Setting x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_intelligence_v2.yaml b/spec/yaml/twilio_intelligence_v2.yaml index 2b304fd7..85297d05 100644 --- a/spec/yaml/twilio_intelligence_v2.yaml +++ b/spec/yaml/twilio_intelligence_v2.yaml @@ -350,7 +350,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: /v2/Transcripts/{Sid}/Media: @@ -366,8 +366,6 @@ paths: parent: /Transcripts/{Sid} get: description: Get download URLs for media if possible - tags: - - IntelligenceV2Media parameters: - name: Sid in: path @@ -407,8 +405,6 @@ paths: parent: /Transcripts/{Sid} get: description: Retrieve a list of Operator Results for the given Transcript. - tags: - - IntelligenceV2OperatorResult parameters: - name: TranscriptSid in: path @@ -496,8 +492,6 @@ paths: parent: /Transcripts/{Sid} get: description: Fetch a specific Operator Result for the given Transcript. - tags: - - IntelligenceV2OperatorResult parameters: - name: TranscriptSid in: path @@ -553,8 +547,6 @@ paths: parent: /Transcripts/{Sid} get: description: Get all Transcript Sentences by TranscriptSid - tags: - - IntelligenceV2Sentence parameters: - name: TranscriptSid in: path @@ -646,8 +638,6 @@ paths: pathType: list post: description: Create a new Service for the given Account - tags: - - IntelligenceV2Service responses: '201': content: @@ -708,8 +698,6 @@ paths: - UniqueName get: description: Retrieves a list of all Services for an account. - tags: - - IntelligenceV2Service parameters: - name: PageSize in: query @@ -786,8 +774,6 @@ paths: pathType: instance delete: description: Delete a specific Service. - tags: - - IntelligenceV2Service parameters: - name: Sid in: path @@ -805,8 +791,6 @@ paths: - Beta get: description: Fetch a specific Service. - tags: - - IntelligenceV2Service parameters: - name: Sid in: path @@ -828,8 +812,6 @@ paths: - Beta post: description: Update a specific Service. - tags: - - IntelligenceV2Service parameters: - name: Sid in: path @@ -916,8 +898,6 @@ paths: operator_result: '{transcript_sid: sid}' post: description: Create a new Transcript for the service - tags: - - IntelligenceV2Transcript responses: '202': content: @@ -960,8 +940,6 @@ paths: - Channel get: description: Retrieve a list of Transcripts for a given service. - tags: - - IntelligenceV2Transcript parameters: - name: ServiceSid in: query @@ -1084,8 +1062,6 @@ paths: operator_result: '{transcript_sid: sid}' get: description: Fetch a specific Transcript. - tags: - - IntelligenceV2Transcript parameters: - name: Sid in: path @@ -1116,8 +1092,6 @@ paths: - Beta delete: description: Delete a specific Transcript. - tags: - - IntelligenceV2Transcript parameters: - name: Sid in: path @@ -1138,12 +1112,6 @@ paths: - Beta servers: - url: https://intelligence.twilio.com -tags: -- name: IntelligenceV2Media -- name: IntelligenceV2OperatorResult -- name: IntelligenceV2Sentence -- name: IntelligenceV2Service -- name: IntelligenceV2Transcript x-maturity: - name: Beta description: PLEASE NOTE that this is a Beta product that is subject to change. diff --git a/spec/yaml/twilio_ip_messaging_v1.yaml b/spec/yaml/twilio_ip_messaging_v1.yaml index c35f3f1c..2ad74af9 100644 --- a/spec/yaml/twilio_ip_messaging_v1.yaml +++ b/spec/yaml/twilio_ip_messaging_v1.yaml @@ -535,7 +535,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/Services/{ServiceSid}/Channels/{Sid}: @@ -555,8 +555,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - IpMessagingV1Channel parameters: - name: ServiceSid in: path @@ -587,8 +585,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV1Channel parameters: - name: ServiceSid in: path @@ -615,8 +611,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV1Channel parameters: - name: ServiceSid in: path @@ -678,8 +672,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - IpMessagingV1Channel parameters: - name: ServiceSid in: path @@ -724,8 +716,6 @@ paths: description: '' get: description: '' - tags: - - IpMessagingV1Channel parameters: - name: ServiceSid in: path @@ -816,8 +806,6 @@ paths: pathType: list get: description: '' - tags: - - IpMessagingV1Credential parameters: - name: PageSize in: query @@ -881,8 +869,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV1Credential responses: '201': content: @@ -938,8 +924,6 @@ paths: pathType: instance get: description: '' - tags: - - IpMessagingV1Credential parameters: - name: Sid in: path @@ -964,8 +948,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV1Credential parameters: - name: Sid in: path @@ -1015,8 +997,6 @@ paths: description: '' delete: description: '' - tags: - - IpMessagingV1Credential parameters: - name: Sid in: path @@ -1048,8 +1028,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - IpMessagingV1Invite parameters: - name: ServiceSid in: path @@ -1089,8 +1067,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV1Invite parameters: - name: ServiceSid in: path @@ -1137,8 +1113,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - IpMessagingV1Invite parameters: - name: ServiceSid in: path @@ -1187,8 +1161,6 @@ paths: - Identity get: description: '' - tags: - - IpMessagingV1Invite parameters: - name: ServiceSid in: path @@ -1285,8 +1257,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - IpMessagingV1Member parameters: - name: ServiceSid in: path @@ -1326,8 +1296,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV1Member parameters: - name: ServiceSid in: path @@ -1363,8 +1331,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV1Member parameters: - name: ServiceSid in: path @@ -1432,8 +1398,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - IpMessagingV1Member parameters: - name: ServiceSid in: path @@ -1482,8 +1446,6 @@ paths: - Identity get: description: '' - tags: - - IpMessagingV1Member parameters: - name: ServiceSid in: path @@ -1581,8 +1543,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - IpMessagingV1Message parameters: - name: ServiceSid in: path @@ -1625,8 +1585,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV1Message parameters: - name: ServiceSid in: path @@ -1665,8 +1623,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV1Message parameters: - name: ServiceSid in: path @@ -1734,8 +1690,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - IpMessagingV1Message parameters: - name: ServiceSid in: path @@ -1787,8 +1741,6 @@ paths: - Body get: description: '' - tags: - - IpMessagingV1Message parameters: - name: ServiceSid in: path @@ -1887,8 +1839,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - IpMessagingV1Role parameters: - name: ServiceSid in: path @@ -1922,8 +1872,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV1Role parameters: - name: ServiceSid in: path @@ -1953,8 +1901,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV1Role parameters: - name: ServiceSid in: path @@ -2013,8 +1959,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - IpMessagingV1Role parameters: - name: ServiceSid in: path @@ -2062,8 +2006,6 @@ paths: - Permission get: description: '' - tags: - - IpMessagingV1Role parameters: - name: ServiceSid in: path @@ -2150,8 +2092,6 @@ paths: user: '{service_sid: sid}' get: description: '' - tags: - - IpMessagingV1Service parameters: - name: Sid in: path @@ -2176,8 +2116,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV1Service parameters: - name: Sid in: path @@ -2198,8 +2136,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV1Service parameters: - name: Sid in: path @@ -2572,8 +2508,6 @@ paths: user: '{service_sid: sid}' post: description: '' - tags: - - IpMessagingV1Service responses: '201': content: @@ -2600,8 +2534,6 @@ paths: - FriendlyName get: description: '' - tags: - - IpMessagingV1Service parameters: - name: PageSize in: query @@ -2678,8 +2610,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - IpMessagingV1User parameters: - name: ServiceSid in: path @@ -2710,8 +2640,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV1User parameters: - name: ServiceSid in: path @@ -2738,8 +2666,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV1User parameters: - name: ServiceSid in: path @@ -2802,8 +2728,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - IpMessagingV1User parameters: - name: ServiceSid in: path @@ -2852,8 +2776,6 @@ paths: - Identity get: description: '' - tags: - - IpMessagingV1User parameters: - name: ServiceSid in: path @@ -2937,8 +2859,6 @@ paths: mountName: user_channels get: description: '' - tags: - - IpMessagingV1UserChannel parameters: - name: ServiceSid in: path @@ -3017,16 +2937,6 @@ paths: - GA servers: - url: https://ip-messaging.twilio.com -tags: -- name: IpMessagingV1Channel -- name: IpMessagingV1Credential -- name: IpMessagingV1Invite -- name: IpMessagingV1Member -- name: IpMessagingV1Message -- name: IpMessagingV1Role -- name: IpMessagingV1Service -- name: IpMessagingV1User -- name: IpMessagingV1UserChannel x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_ip_messaging_v2.yaml b/spec/yaml/twilio_ip_messaging_v2.yaml index c493ea15..d783e9f6 100644 --- a/spec/yaml/twilio_ip_messaging_v2.yaml +++ b/spec/yaml/twilio_ip_messaging_v2.yaml @@ -776,7 +776,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: /v2/Services/{ServiceSid}/Bindings: @@ -792,8 +792,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - IpMessagingV2Binding parameters: - name: ServiceSid in: path @@ -892,8 +890,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - IpMessagingV2Binding parameters: - name: ServiceSid in: path @@ -927,8 +923,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2Binding parameters: - name: ServiceSid in: path @@ -974,8 +968,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - IpMessagingV2Channel parameters: - name: ServiceSid in: path @@ -1006,8 +998,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2Channel parameters: - name: ServiceSid in: path @@ -1040,8 +1030,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Channel parameters: - name: ServiceSid in: path @@ -1121,8 +1109,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - IpMessagingV2Channel parameters: - name: ServiceSid in: path @@ -1184,8 +1170,6 @@ paths: description: '' get: description: '' - tags: - - IpMessagingV2Channel parameters: - name: ServiceSid in: path @@ -1276,8 +1260,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - IpMessagingV2Webhook parameters: - name: ServiceSid in: path @@ -1356,8 +1338,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Webhook parameters: - name: ServiceSid in: path @@ -1437,8 +1417,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - IpMessagingV2Webhook parameters: - name: ServiceSid in: path @@ -1478,8 +1456,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Webhook parameters: - name: ServiceSid in: path @@ -1552,8 +1528,6 @@ paths: description: '' delete: description: '' - tags: - - IpMessagingV2Webhook parameters: - name: ServiceSid in: path @@ -1599,8 +1573,6 @@ paths: pathType: list get: description: '' - tags: - - IpMessagingV2Credential parameters: - name: PageSize in: query @@ -1664,8 +1636,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Credential responses: '201': content: @@ -1721,8 +1691,6 @@ paths: pathType: instance get: description: '' - tags: - - IpMessagingV2Credential parameters: - name: Sid in: path @@ -1747,8 +1715,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Credential parameters: - name: Sid in: path @@ -1798,8 +1764,6 @@ paths: description: '' delete: description: '' - tags: - - IpMessagingV2Credential parameters: - name: Sid in: path @@ -1831,8 +1795,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - IpMessagingV2Invite parameters: - name: ServiceSid in: path @@ -1872,8 +1834,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2Invite parameters: - name: ServiceSid in: path @@ -1920,8 +1880,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - IpMessagingV2Invite parameters: - name: ServiceSid in: path @@ -1970,8 +1928,6 @@ paths: - Identity get: description: '' - tags: - - IpMessagingV2Invite parameters: - name: ServiceSid in: path @@ -2068,8 +2024,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - IpMessagingV2Member parameters: - name: ServiceSid in: path @@ -2106,8 +2060,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2Member parameters: - name: ServiceSid in: path @@ -2146,8 +2098,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Member parameters: - name: ServiceSid in: path @@ -2233,8 +2183,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - IpMessagingV2Member parameters: - name: ServiceSid in: path @@ -2308,8 +2256,6 @@ paths: - Identity get: description: '' - tags: - - IpMessagingV2Member parameters: - name: ServiceSid in: path @@ -2407,8 +2353,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} get: description: '' - tags: - - IpMessagingV2Message parameters: - name: ServiceSid in: path @@ -2448,8 +2392,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2Message parameters: - name: ServiceSid in: path @@ -2491,8 +2433,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Message parameters: - name: ServiceSid in: path @@ -2577,8 +2517,6 @@ paths: parent: /Services/{ServiceSid}/Channels/{Sid} post: description: '' - tags: - - IpMessagingV2Message parameters: - name: ServiceSid in: path @@ -2648,8 +2586,6 @@ paths: description: '' get: description: '' - tags: - - IpMessagingV2Message parameters: - name: ServiceSid in: path @@ -2745,8 +2681,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - IpMessagingV2Role parameters: - name: ServiceSid in: path @@ -2780,8 +2714,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2Role parameters: - name: ServiceSid in: path @@ -2811,8 +2743,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Role parameters: - name: ServiceSid in: path @@ -2871,8 +2801,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - IpMessagingV2Role parameters: - name: ServiceSid in: path @@ -2920,8 +2848,6 @@ paths: - Permission get: description: '' - tags: - - IpMessagingV2Role parameters: - name: ServiceSid in: path @@ -3009,8 +2935,6 @@ paths: binding: '{service_sid: sid}' get: description: '' - tags: - - IpMessagingV2Service parameters: - name: Sid in: path @@ -3035,8 +2959,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2Service parameters: - name: Sid in: path @@ -3057,8 +2979,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2Service parameters: - name: Sid in: path @@ -3219,8 +3139,6 @@ paths: binding: '{service_sid: sid}' post: description: '' - tags: - - IpMessagingV2Service responses: '201': content: @@ -3247,8 +3165,6 @@ paths: - FriendlyName get: description: '' - tags: - - IpMessagingV2Service parameters: - name: PageSize in: query @@ -3327,8 +3243,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - IpMessagingV2User parameters: - name: ServiceSid in: path @@ -3359,8 +3273,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2User parameters: - name: ServiceSid in: path @@ -3387,8 +3299,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2User parameters: - name: ServiceSid in: path @@ -3459,8 +3369,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - IpMessagingV2User parameters: - name: ServiceSid in: path @@ -3515,8 +3423,6 @@ paths: - Identity get: description: '' - tags: - - IpMessagingV2User parameters: - name: ServiceSid in: path @@ -3602,8 +3508,6 @@ paths: mountName: user_bindings get: description: '' - tags: - - IpMessagingV2UserBinding parameters: - name: ServiceSid in: path @@ -3703,8 +3607,6 @@ paths: mountName: user_bindings get: description: '' - tags: - - IpMessagingV2UserBinding parameters: - name: ServiceSid in: path @@ -3744,8 +3646,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2UserBinding parameters: - name: ServiceSid in: path @@ -3792,8 +3692,6 @@ paths: mountName: user_channels get: description: '' - tags: - - IpMessagingV2UserChannel parameters: - name: ServiceSid in: path @@ -3883,8 +3781,6 @@ paths: mountName: user_channels get: description: '' - tags: - - IpMessagingV2UserChannel parameters: - name: ServiceSid in: path @@ -3921,8 +3817,6 @@ paths: - GA delete: description: '' - tags: - - IpMessagingV2UserChannel parameters: - name: ServiceSid in: path @@ -3955,8 +3849,6 @@ paths: - GA post: description: '' - tags: - - IpMessagingV2UserChannel parameters: - name: ServiceSid in: path @@ -4012,19 +3904,6 @@ paths: description: '' servers: - url: https://ip-messaging.twilio.com -tags: -- name: IpMessagingV2Binding -- name: IpMessagingV2Channel -- name: IpMessagingV2Credential -- name: IpMessagingV2Invite -- name: IpMessagingV2Member -- name: IpMessagingV2Message -- name: IpMessagingV2Role -- name: IpMessagingV2Service -- name: IpMessagingV2User -- name: IpMessagingV2UserBinding -- name: IpMessagingV2UserChannel -- name: IpMessagingV2Webhook x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_lookups_v1.yaml b/spec/yaml/twilio_lookups_v1.yaml index e840d7fd..cfccfb4a 100644 --- a/spec/yaml/twilio_lookups_v1.yaml +++ b/spec/yaml/twilio_lookups_v1.yaml @@ -57,7 +57,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/PhoneNumbers/{PhoneNumber}: @@ -72,8 +72,6 @@ paths: pathType: instance get: description: '' - tags: - - LookupsV1PhoneNumber parameters: - name: PhoneNumber in: path @@ -134,8 +132,6 @@ paths: - GA servers: - url: https://lookups.twilio.com -tags: -- name: LookupsV1PhoneNumber x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_lookups_v2.yaml b/spec/yaml/twilio_lookups_v2.yaml index 135697a9..b9202375 100644 --- a/spec/yaml/twilio_lookups_v2.yaml +++ b/spec/yaml/twilio_lookups_v2.yaml @@ -111,7 +111,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: /v2/PhoneNumbers/{PhoneNumber}: @@ -129,8 +129,6 @@ paths: pathType: instance get: description: '' - tags: - - LookupsV2PhoneNumber parameters: - name: PhoneNumber in: path @@ -236,8 +234,6 @@ paths: - Beta servers: - url: https://lookups.twilio.com -tags: -- name: LookupsV2PhoneNumber x-maturity: - name: Beta description: PLEASE NOTE that this is a Beta product that is subject to change. diff --git a/spec/yaml/twilio_media_v1.yaml b/spec/yaml/twilio_media_v1.yaml index 8fa99e11..5b55afbf 100644 --- a/spec/yaml/twilio_media_v1.yaml +++ b/spec/yaml/twilio_media_v1.yaml @@ -383,7 +383,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/MediaProcessors: @@ -401,8 +401,6 @@ paths: mountName: media_processor post: description: '' - tags: - - MediaV1MediaProcessor responses: '201': content: @@ -468,8 +466,6 @@ paths: - ExtensionContext get: description: Returns a list of MediaProcessors. - tags: - - MediaV1MediaProcessor parameters: - name: Order in: query @@ -560,8 +556,6 @@ paths: mountName: media_processor get: description: Returns a single MediaProcessor resource identified by a SID. - tags: - - MediaV1MediaProcessor parameters: - name: Sid in: path @@ -586,8 +580,6 @@ paths: - GA post: description: Updates a MediaProcessor resource identified by a SID. - tags: - - MediaV1MediaProcessor parameters: - name: Sid in: path @@ -639,8 +631,6 @@ paths: mountName: media_recording delete: description: Deletes a MediaRecording resource identified by a SID. - tags: - - MediaV1MediaRecording parameters: - name: Sid in: path @@ -661,8 +651,6 @@ paths: - Preview get: description: Returns a single MediaRecording resource identified by a SID. - tags: - - MediaV1MediaRecording parameters: - name: Sid in: path @@ -701,8 +689,6 @@ paths: mountName: media_recording get: description: Returns a list of MediaRecordings. - tags: - - MediaV1MediaRecording parameters: - name: Order in: query @@ -811,8 +797,6 @@ paths: mountName: player_streamer get: description: Returns a single PlayerStreamer resource identified by a SID. - tags: - - MediaV1PlayerStreamer parameters: - name: Sid in: path @@ -837,8 +821,6 @@ paths: - GA post: description: Updates a PlayerStreamer resource identified by a SID. - tags: - - MediaV1PlayerStreamer parameters: - name: Sid in: path @@ -892,8 +874,6 @@ paths: mountName: player_streamer post: description: '' - tags: - - MediaV1PlayerStreamer responses: '201': content: @@ -944,8 +924,6 @@ paths: the PlayerStreamer, regardless of whether media is still streaming. get: description: Returns a list of PlayerStreamers. - tags: - - MediaV1PlayerStreamer parameters: - name: Order in: query @@ -1032,8 +1010,6 @@ paths: parent: /PlayerStreamers/{Sid} post: description: '' - tags: - - MediaV1PlaybackGrant parameters: - name: Sid in: path @@ -1075,8 +1051,6 @@ paths: get: description: '**This method is not enabled.** Returns a single PlaybackGrant resource identified by a SID.' - tags: - - MediaV1PlaybackGrant parameters: - name: Sid in: path @@ -1101,11 +1075,6 @@ paths: - GA servers: - url: https://media.twilio.com -tags: -- name: MediaV1MediaProcessor -- name: MediaV1MediaRecording -- name: MediaV1PlaybackGrant -- name: MediaV1PlayerStreamer x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_messaging_v1.yaml b/spec/yaml/twilio_messaging_v1.yaml index 3999d197..d2a25fb2 100644 --- a/spec/yaml/twilio_messaging_v1.yaml +++ b/spec/yaml/twilio_messaging_v1.yaml @@ -1242,7 +1242,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/Services/{ServiceSid}/AlphaSenders: @@ -1258,8 +1258,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - MessagingV1AlphaSender parameters: - name: ServiceSid in: path @@ -1300,8 +1298,6 @@ paths: - AlphaSender get: description: '' - tags: - - MessagingV1AlphaSender parameters: - name: ServiceSid in: path @@ -1386,8 +1382,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - MessagingV1AlphaSender parameters: - name: ServiceSid in: path @@ -1419,8 +1413,6 @@ paths: - Beta delete: description: '' - tags: - - MessagingV1AlphaSender parameters: - name: ServiceSid in: path @@ -1460,8 +1452,6 @@ paths: mountName: brand_registration_otps post: description: '' - tags: - - MessagingV1BrandRegistrationOtp parameters: - name: BrandRegistrationSid in: path @@ -1498,8 +1488,6 @@ paths: brand_registration_otp: '{brand_registration_sid: sid}' get: description: '' - tags: - - MessagingV1BrandRegistration parameters: - name: Sid in: path @@ -1524,8 +1512,6 @@ paths: - Beta post: description: '' - tags: - - MessagingV1BrandRegistration parameters: - name: Sid in: path @@ -1562,8 +1548,6 @@ paths: brand_registration_otp: '{brand_registration_sid: sid}' get: description: '' - tags: - - MessagingV1BrandRegistration parameters: - name: PageSize in: query @@ -1627,8 +1611,6 @@ paths: - Beta post: description: '' - tags: - - MessagingV1BrandRegistration responses: '201': content: @@ -1695,8 +1677,6 @@ paths: mountName: brand_vettings post: description: '' - tags: - - MessagingV1BrandVetting parameters: - name: BrandSid in: path @@ -1739,8 +1719,6 @@ paths: - VettingProvider get: description: '' - tags: - - MessagingV1BrandVetting parameters: - name: BrandSid in: path @@ -1836,8 +1814,6 @@ paths: mountName: brand_vettings get: description: '' - tags: - - MessagingV1BrandVetting parameters: - name: BrandSid in: path @@ -1883,8 +1859,6 @@ paths: get: description: Fetch a list of all United States numbers that have been deactivated on a specific date. - tags: - - MessagingV1Deactivations parameters: - name: Date in: query @@ -1924,8 +1898,6 @@ paths: className: domain_certs post: description: '' - tags: - - MessagingV1DomainCerts parameters: - name: DomainSid in: path @@ -1972,8 +1944,6 @@ paths: - TlsCert get: description: '' - tags: - - MessagingV1DomainCerts parameters: - name: DomainSid in: path @@ -1999,8 +1969,6 @@ paths: - Beta delete: description: '' - tags: - - MessagingV1DomainCerts parameters: - name: DomainSid in: path @@ -2038,8 +2006,6 @@ paths: mountName: domain_config post: description: '' - tags: - - MessagingV1DomainConfig parameters: - name: DomainSid in: path @@ -2101,8 +2067,6 @@ paths: is the default behavior if it is not specified. get: description: '' - tags: - - MessagingV1DomainConfig parameters: - name: DomainSid in: path @@ -2145,8 +2109,6 @@ paths: mountName: domain_config_messaging_service get: description: '' - tags: - - MessagingV1DomainConfigMessagingService parameters: - name: MessagingServiceSid in: path @@ -2182,8 +2144,6 @@ paths: mountName: external_campaign post: description: '' - tags: - - MessagingV1ExternalCampaign responses: '201': content: @@ -2229,8 +2189,6 @@ paths: mountName: linkshortening_messaging_service post: description: '' - tags: - - MessagingV1LinkshorteningMessagingService parameters: - name: DomainSid in: path @@ -2268,8 +2226,6 @@ paths: - Beta delete: description: '' - tags: - - MessagingV1LinkshorteningMessagingService parameters: - name: DomainSid in: path @@ -2314,8 +2270,6 @@ paths: mountName: linkshortening_messaging_service_domain_association get: description: '' - tags: - - MessagingV1LinkshorteningMessagingServiceDomainAssociation parameters: - name: MessagingServiceSid in: path @@ -2353,8 +2307,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - MessagingV1PhoneNumber parameters: - name: ServiceSid in: path @@ -2395,8 +2347,6 @@ paths: - PhoneNumberSid get: description: '' - tags: - - MessagingV1PhoneNumber parameters: - name: ServiceSid in: path @@ -2482,8 +2432,6 @@ paths: parent: /Services/{Sid} delete: description: '' - tags: - - MessagingV1PhoneNumber parameters: - name: ServiceSid in: path @@ -2511,8 +2459,6 @@ paths: - Beta get: description: '' - tags: - - MessagingV1PhoneNumber parameters: - name: ServiceSid in: path @@ -2562,8 +2508,6 @@ paths: us_app_to_person_usecase: '{messaging_service_sid: sid}' post: description: '' - tags: - - MessagingV1Service responses: '201': content: @@ -2683,8 +2627,6 @@ paths: - FriendlyName get: description: '' - tags: - - MessagingV1Service parameters: - name: PageSize in: query @@ -2766,8 +2708,6 @@ paths: us_app_to_person_usecase: '{messaging_service_sid: sid}' post: description: '' - tags: - - MessagingV1Service parameters: - name: Sid in: path @@ -2895,8 +2835,6 @@ paths: defined for the Messaging Service. get: description: '' - tags: - - MessagingV1Service parameters: - name: Sid in: path @@ -2921,8 +2859,6 @@ paths: - Beta delete: description: '' - tags: - - MessagingV1Service parameters: - name: Sid in: path @@ -2955,8 +2891,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - MessagingV1ShortCode parameters: - name: ServiceSid in: path @@ -2998,8 +2932,6 @@ paths: - ShortCodeSid get: description: '' - tags: - - MessagingV1ShortCode parameters: - name: ServiceSid in: path @@ -3085,8 +3017,6 @@ paths: parent: /Services/{Sid} delete: description: '' - tags: - - MessagingV1ShortCode parameters: - name: ServiceSid in: path @@ -3114,8 +3044,6 @@ paths: - Beta get: description: '' - tags: - - MessagingV1ShortCode parameters: - name: ServiceSid in: path @@ -3157,8 +3085,6 @@ paths: mountName: tollfree_verifications get: description: '' - tags: - - MessagingV1TollfreeVerification parameters: - name: Sid in: path @@ -3183,8 +3109,6 @@ paths: - Beta post: description: '' - tags: - - MessagingV1TollfreeVerification parameters: - name: Sid in: path @@ -3309,8 +3233,6 @@ paths: mountName: tollfree_verifications get: description: '' - tags: - - MessagingV1TollfreeVerification parameters: - name: TollfreePhoneNumberSid in: query @@ -3388,8 +3310,6 @@ paths: - Beta post: description: '' - tags: - - MessagingV1TollfreeVerification responses: '201': content: @@ -3535,8 +3455,6 @@ paths: mountName: us_app_to_person post: description: '' - tags: - - MessagingV1UsAppToPerson parameters: - name: MessagingServiceSid in: path @@ -3668,8 +3586,6 @@ paths: - HasEmbeddedPhone get: description: '' - tags: - - MessagingV1UsAppToPerson parameters: - name: MessagingServiceSid in: path @@ -3756,8 +3672,6 @@ paths: mountName: us_app_to_person delete: description: '' - tags: - - MessagingV1UsAppToPerson parameters: - name: MessagingServiceSid in: path @@ -3788,8 +3702,6 @@ paths: - Beta get: description: '' - tags: - - MessagingV1UsAppToPerson parameters: - name: MessagingServiceSid in: path @@ -3837,8 +3749,6 @@ paths: mountName: us_app_to_person_usecases get: description: '' - tags: - - MessagingV1UsAppToPersonUsecase parameters: - name: MessagingServiceSid in: path @@ -3880,8 +3790,6 @@ paths: pathType: list get: description: '' - tags: - - MessagingV1Usecase responses: '200': content: @@ -3896,25 +3804,6 @@ paths: - Beta servers: - url: https://messaging.twilio.com -tags: -- name: MessagingV1AlphaSender -- name: MessagingV1BrandRegistration -- name: MessagingV1BrandRegistrationOtp -- name: MessagingV1BrandVetting -- name: MessagingV1Deactivations -- name: MessagingV1DomainCerts -- name: MessagingV1DomainConfig -- name: MessagingV1DomainConfigMessagingService -- name: MessagingV1ExternalCampaign -- name: MessagingV1LinkshorteningMessagingService -- name: MessagingV1LinkshorteningMessagingServiceDomainAssociation -- name: MessagingV1PhoneNumber -- name: MessagingV1Service -- name: MessagingV1ShortCode -- name: MessagingV1TollfreeVerification -- name: MessagingV1UsAppToPerson -- name: MessagingV1UsAppToPersonUsecase -- name: MessagingV1Usecase x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_microvisor_v1.yaml b/spec/yaml/twilio_microvisor_v1.yaml index 7cd59a6e..09149dce 100644 --- a/spec/yaml/twilio_microvisor_v1.yaml +++ b/spec/yaml/twilio_microvisor_v1.yaml @@ -229,7 +229,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/Configs: @@ -242,8 +242,6 @@ paths: mountName: account_configs get: description: Retrieve a list of all Configs for an Account. - tags: - - MicrovisorV1AccountConfig parameters: - name: PageSize in: query @@ -307,8 +305,6 @@ paths: - Preview post: description: Create a config for an Account. - tags: - - MicrovisorV1AccountConfig responses: '201': content: @@ -347,8 +343,6 @@ paths: mountName: account_configs get: description: Retrieve a Config for an Account. - tags: - - MicrovisorV1AccountConfig parameters: - name: Key in: path @@ -370,8 +364,6 @@ paths: - Preview post: description: Update a config for an Account. - tags: - - MicrovisorV1AccountConfig parameters: - name: Key in: path @@ -405,8 +397,6 @@ paths: - Value delete: description: Delete a config for an Account. - tags: - - MicrovisorV1AccountConfig parameters: - name: Key in: path @@ -432,8 +422,6 @@ paths: mountName: account_secrets get: description: Retrieve a list of all Secrets for an Account. - tags: - - MicrovisorV1AccountSecret parameters: - name: PageSize in: query @@ -497,8 +485,6 @@ paths: - Preview post: description: Create a secret for an Account. - tags: - - MicrovisorV1AccountSecret responses: '201': content: @@ -537,8 +523,6 @@ paths: mountName: account_secrets get: description: Retrieve a Secret for an Account. - tags: - - MicrovisorV1AccountSecret parameters: - name: Key in: path @@ -560,8 +544,6 @@ paths: - Preview post: description: Update a secret for an Account. - tags: - - MicrovisorV1AccountSecret parameters: - name: Key in: path @@ -595,8 +577,6 @@ paths: - Value delete: description: Delete a secret for an Account. - tags: - - MicrovisorV1AccountSecret parameters: - name: Key in: path @@ -625,8 +605,6 @@ paths: app_manifest: '{app_sid: sid}' get: description: Retrieve a list of all Apps for an Account. - tags: - - MicrovisorV1App parameters: - name: PageSize in: query @@ -701,8 +679,6 @@ paths: app_manifest: '{app_sid: sid}' get: description: Fetch a specific App. - tags: - - MicrovisorV1App parameters: - name: Sid in: path @@ -724,8 +700,6 @@ paths: - Preview delete: description: Delete a specific App. - tags: - - MicrovisorV1App parameters: - name: Sid in: path @@ -752,8 +726,6 @@ paths: mountName: app_manifests get: description: Retrieve the Manifest for an App. - tags: - - MicrovisorV1AppManifest parameters: - name: AppSid in: path @@ -787,8 +759,6 @@ paths: device_secret: '{device_sid: sid}' get: description: Retrieve a list of all Devices registered with the Account. - tags: - - MicrovisorV1Device parameters: - name: PageSize in: query @@ -864,8 +834,6 @@ paths: device_secret: '{device_sid: sid}' get: description: Fetch a specific Device. - tags: - - MicrovisorV1Device parameters: - name: Sid in: path @@ -887,8 +855,6 @@ paths: - Preview post: description: Update a specific Device. - tags: - - MicrovisorV1Device parameters: - name: Sid in: path @@ -942,8 +908,6 @@ paths: mountName: device_configs get: description: Retrieve a list of all Configs for a Device. - tags: - - MicrovisorV1DeviceConfig parameters: - name: DeviceSid in: path @@ -1013,8 +977,6 @@ paths: - Preview post: description: Create a config for a Microvisor Device. - tags: - - MicrovisorV1DeviceConfig parameters: - name: DeviceSid in: path @@ -1061,8 +1023,6 @@ paths: mountName: device_configs get: description: Retrieve a Config for a Device. - tags: - - MicrovisorV1DeviceConfig parameters: - name: DeviceSid in: path @@ -1090,8 +1050,6 @@ paths: - Preview post: description: Update a config for a Microvisor Device. - tags: - - MicrovisorV1DeviceConfig parameters: - name: DeviceSid in: path @@ -1131,8 +1089,6 @@ paths: - Value delete: description: Delete a config for a Microvisor Device. - tags: - - MicrovisorV1DeviceConfig parameters: - name: DeviceSid in: path @@ -1165,8 +1121,6 @@ paths: mountName: device_secrets get: description: Retrieve a list of all Secrets for a Device. - tags: - - MicrovisorV1DeviceSecret parameters: - name: DeviceSid in: path @@ -1236,8 +1190,6 @@ paths: - Preview post: description: Create a secret for a Microvisor Device. - tags: - - MicrovisorV1DeviceSecret parameters: - name: DeviceSid in: path @@ -1284,8 +1236,6 @@ paths: mountName: device_secrets get: description: Retrieve a Secret for a Device. - tags: - - MicrovisorV1DeviceSecret parameters: - name: DeviceSid in: path @@ -1313,8 +1263,6 @@ paths: - Preview post: description: Update a secret for a Microvisor Device. - tags: - - MicrovisorV1DeviceSecret parameters: - name: DeviceSid in: path @@ -1354,8 +1302,6 @@ paths: - Value delete: description: Delete a secret for a Microvisor Device. - tags: - - MicrovisorV1DeviceSecret parameters: - name: DeviceSid in: path @@ -1379,14 +1325,6 @@ paths: - Preview servers: - url: https://microvisor.twilio.com -tags: -- name: MicrovisorV1AccountConfig -- name: MicrovisorV1AccountSecret -- name: MicrovisorV1App -- name: MicrovisorV1AppManifest -- name: MicrovisorV1Device -- name: MicrovisorV1DeviceConfig -- name: MicrovisorV1DeviceSecret x-maturity: - name: Preview description: PLEASE NOTE that this is a Preview product that is subject to change. diff --git a/spec/yaml/twilio_monitor_v1.yaml b/spec/yaml/twilio_monitor_v1.yaml index a2c690f9..fa212e70 100644 --- a/spec/yaml/twilio_monitor_v1.yaml +++ b/spec/yaml/twilio_monitor_v1.yaml @@ -340,7 +340,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/Alerts/{Sid}: @@ -356,8 +356,6 @@ paths: pathType: instance get: description: '' - tags: - - MonitorV1Alert parameters: - name: Sid in: path @@ -393,8 +391,6 @@ paths: pathType: list get: description: '' - tags: - - MonitorV1Alert parameters: - name: LogLevel in: query @@ -491,8 +487,6 @@ paths: pathType: instance get: description: '' - tags: - - MonitorV1Event parameters: - name: Sid in: path @@ -528,8 +522,6 @@ paths: pathType: list get: description: Returns a list of events in the account, sorted by event-date. - tags: - - MonitorV1Event parameters: - name: ActorSid in: query @@ -637,9 +629,6 @@ paths: - GA servers: - url: https://monitor.twilio.com -tags: -- name: MonitorV1Alert -- name: MonitorV1Event x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_notify_v1.yaml b/spec/yaml/twilio_notify_v1.yaml index c4cd273d..6ac02fae 100644 --- a/spec/yaml/twilio_notify_v1.yaml +++ b/spec/yaml/twilio_notify_v1.yaml @@ -462,7 +462,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/Services/{ServiceSid}/Bindings/{Sid}: @@ -480,8 +480,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - NotifyV1Binding parameters: - name: ServiceSid in: path @@ -517,8 +515,6 @@ paths: - Beta delete: description: '' - tags: - - NotifyV1Binding parameters: - name: ServiceSid in: path @@ -563,8 +559,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - NotifyV1Binding parameters: - name: ServiceSid in: path @@ -646,8 +640,6 @@ paths: - Address get: description: '' - tags: - - NotifyV1Binding parameters: - name: ServiceSid in: path @@ -762,8 +754,6 @@ paths: pathType: list get: description: '' - tags: - - NotifyV1Credential parameters: - name: PageSize in: query @@ -827,8 +817,6 @@ paths: - Beta post: description: '' - tags: - - NotifyV1Credential responses: '201': content: @@ -894,8 +882,6 @@ paths: pathType: instance get: description: '' - tags: - - NotifyV1Credential parameters: - name: Sid in: path @@ -921,8 +907,6 @@ paths: - Beta post: description: '' - tags: - - NotifyV1Credential parameters: - name: Sid in: path @@ -983,8 +967,6 @@ paths: console under Settings / Cloud messaging.' delete: description: '' - tags: - - NotifyV1Credential parameters: - name: Sid in: path @@ -1017,8 +999,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - NotifyV1Notification parameters: - name: ServiceSid in: path @@ -1203,8 +1183,6 @@ paths: notify/v1/segment: '{service_sid: sid}' post: description: '' - tags: - - NotifyV1Service responses: '201': content: @@ -1297,8 +1275,6 @@ paths: default false get: description: '' - tags: - - NotifyV1Service parameters: - name: FriendlyName in: query @@ -1382,8 +1358,6 @@ paths: notify/v1/segment: '{service_sid: sid}' delete: description: '' - tags: - - NotifyV1Service parameters: - name: Sid in: path @@ -1405,8 +1379,6 @@ paths: - Beta get: description: '' - tags: - - NotifyV1Service parameters: - name: Sid in: path @@ -1432,8 +1404,6 @@ paths: - Beta post: description: '' - tags: - - NotifyV1Service parameters: - name: Sid in: path @@ -1537,11 +1507,6 @@ paths: default false servers: - url: https://notify.twilio.com -tags: -- name: NotifyV1Binding -- name: NotifyV1Credential -- name: NotifyV1Notification -- name: NotifyV1Service x-maturity: - name: Beta description: PLEASE NOTE that this is a Beta product that is subject to change. diff --git a/spec/yaml/twilio_numbers_v1.yaml b/spec/yaml/twilio_numbers_v1.yaml index af7fa73e..004ef1f1 100644 --- a/spec/yaml/twilio_numbers_v1.yaml +++ b/spec/yaml/twilio_numbers_v1.yaml @@ -234,7 +234,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/HostedNumber/Eligibility/Bulk: @@ -255,8 +255,6 @@ paths: mountName: bulk_eligibilities get: description: Fetch an eligibility bulk check that you requested to host in Twilio. - tags: - - NumbersV1BulkEligibility parameters: - name: RequestId in: path @@ -301,8 +299,6 @@ paths: description: Fetch a previous portability check. This should return the current status of the validation and the result for all the numbers provided, given that they have been validated (as this process is performed asynchronously). - tags: - - NumbersV1PortingBulkPortability parameters: - name: Sid in: path @@ -339,8 +335,6 @@ paths: post: description: Allows to check if a list of phone numbers can be ported to Twilio or not. This is done asynchronous for each phone number. - tags: - - NumbersV1PortingBulkPortability responses: '202': content: @@ -380,8 +374,6 @@ paths: get: description: Allows to check if a single phone number can be ported to Twilio or not. - tags: - - NumbersV1PortingPortability parameters: - name: PhoneNumber in: path @@ -413,10 +405,6 @@ paths: - Beta servers: - url: https://numbers.twilio.com -tags: -- name: NumbersV1BulkEligibility -- name: NumbersV1PortingBulkPortability -- name: NumbersV1PortingPortability x-maturity: - name: Beta description: PLEASE NOTE that this is a Beta product that is subject to change. diff --git a/spec/yaml/twilio_numbers_v2.yaml b/spec/yaml/twilio_numbers_v2.yaml index 6271d4d3..c585e140 100644 --- a/spec/yaml/twilio_numbers_v2.yaml +++ b/spec/yaml/twilio_numbers_v2.yaml @@ -954,7 +954,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: /v2/HostedNumber/AuthorizationDocuments/{Sid}: @@ -968,8 +968,6 @@ paths: dependent_hosted_number_order: '{signing_document_sid: sid}' get: description: Fetch a specific AuthorizationDocument. - tags: - - NumbersV2AuthorizationDocument parameters: - name: Sid in: path @@ -994,8 +992,6 @@ paths: - Beta delete: description: Cancel the AuthorizationDocument request. - tags: - - NumbersV2AuthorizationDocument parameters: - name: Sid in: path @@ -1026,8 +1022,6 @@ paths: get: description: Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. - tags: - - NumbersV2AuthorizationDocument parameters: - name: Email in: query @@ -1106,8 +1100,6 @@ paths: post: description: Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. - tags: - - NumbersV2AuthorizationDocument responses: '201': content: @@ -1183,8 +1175,6 @@ paths: parent: /RegulatoryCompliance post: description: Create a new Bundle. - tags: - - NumbersV2Bundle responses: '201': content: @@ -1241,8 +1231,6 @@ paths: - Email get: description: Retrieve a list of all Bundles for an account. - tags: - - NumbersV2Bundle parameters: - name: Status in: query @@ -1402,8 +1390,6 @@ paths: parent: /RegulatoryCompliance get: description: Fetch a specific Bundle instance. - tags: - - NumbersV2Bundle parameters: - name: Sid in: path @@ -1428,8 +1414,6 @@ paths: - GA post: description: Updates a Bundle in an account. - tags: - - NumbersV2Bundle parameters: - name: Sid in: path @@ -1477,8 +1461,6 @@ paths: Bundle resource changes status. delete: description: Delete a specific Bundle. - tags: - - NumbersV2Bundle parameters: - name: Sid in: path @@ -1509,8 +1491,6 @@ paths: post: description: Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle - tags: - - NumbersV2BundleCopy parameters: - name: BundleSid in: path @@ -1546,8 +1526,6 @@ paths: bundle. get: description: Retrieve a list of all Bundles Copies for a Bundle. - tags: - - NumbersV2BundleCopy parameters: - name: BundleSid in: path @@ -1629,8 +1607,6 @@ paths: get: description: Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. - tags: - - NumbersV2DependentHostedNumberOrder parameters: - name: SigningDocumentSid in: path @@ -1743,8 +1719,6 @@ paths: parent: /RegulatoryCompliance post: description: Create a new End User. - tags: - - NumbersV2EndUser responses: '201': content: @@ -1780,8 +1754,6 @@ paths: - Type get: description: Retrieve a list of all End User for an account. - tags: - - NumbersV2EndUser parameters: - name: PageSize in: query @@ -1855,8 +1827,6 @@ paths: parent: /RegulatoryCompliance get: description: Fetch specific End User Instance. - tags: - - NumbersV2EndUser parameters: - name: Sid in: path @@ -1882,8 +1852,6 @@ paths: - GA post: description: Update an existing End User. - tags: - - NumbersV2EndUser parameters: - name: Sid in: path @@ -1922,8 +1890,6 @@ paths: End User resource which are derived End User Types. delete: description: Delete a specific End User. - tags: - - NumbersV2EndUser parameters: - name: Sid in: path @@ -1955,8 +1921,6 @@ paths: parent: /RegulatoryCompliance get: description: Retrieve a list of all End-User Types. - tags: - - NumbersV2EndUserType parameters: - name: PageSize in: query @@ -2030,8 +1994,6 @@ paths: parent: /RegulatoryCompliance get: description: Fetch a specific End-User Type Instance. - tags: - - NumbersV2EndUserType parameters: - name: Sid in: path @@ -2062,8 +2024,6 @@ paths: parent: /RegulatoryCompliance/Bundles/{Sid} post: description: Creates an evaluation for a bundle - tags: - - NumbersV2Evaluation parameters: - name: BundleSid in: path @@ -2088,8 +2048,6 @@ paths: - GA get: description: Retrieve a list of Evaluations associated to the Bundle resource. - tags: - - NumbersV2Evaluation parameters: - name: BundleSid in: path @@ -2171,8 +2129,6 @@ paths: parent: /RegulatoryCompliance/Bundles/{Sid} get: description: Fetch specific Evaluation Instance. - tags: - - NumbersV2Evaluation parameters: - name: BundleSid in: path @@ -2214,8 +2170,6 @@ paths: mountName: hosted_number_orders get: description: Fetch a specific HostedNumberOrder. - tags: - - NumbersV2HostedNumberOrder parameters: - name: Sid in: path @@ -2241,8 +2195,6 @@ paths: delete: description: Cancel the HostedNumberOrder (only available when the status is in `received`). - tags: - - NumbersV2HostedNumberOrder parameters: - name: Sid in: path @@ -2272,8 +2224,6 @@ paths: get: description: Retrieve a list of HostedNumberOrders belonging to the account initiating the request. - tags: - - NumbersV2HostedNumberOrder parameters: - name: Status in: query @@ -2371,8 +2321,6 @@ paths: - Beta post: description: Host a phone number's capability on Twilio's platform. - tags: - - NumbersV2HostedNumberOrder responses: '201': content: @@ -2520,8 +2468,6 @@ paths: parent: /RegulatoryCompliance/Bundles/{Sid} post: description: Create a new Assigned Item. - tags: - - NumbersV2ItemAssignment parameters: - name: BundleSid in: path @@ -2562,8 +2508,6 @@ paths: - ObjectSid get: description: Retrieve a list of all Assigned Items for an account. - tags: - - NumbersV2ItemAssignment parameters: - name: BundleSid in: path @@ -2645,8 +2589,6 @@ paths: parent: /RegulatoryCompliance/Bundles/{Sid} get: description: Fetch specific Assigned Item Instance. - tags: - - NumbersV2ItemAssignment parameters: - name: BundleSid in: path @@ -2680,8 +2622,6 @@ paths: - GA delete: description: Remove an Assignment Item Instance. - tags: - - NumbersV2ItemAssignment parameters: - name: BundleSid in: path @@ -2721,8 +2661,6 @@ paths: parent: /RegulatoryCompliance get: description: Retrieve a list of all Regulations. - tags: - - NumbersV2Regulation parameters: - name: EndUserType in: query @@ -2813,8 +2751,6 @@ paths: parent: /RegulatoryCompliance get: description: Fetch specific Regulation Instance. - tags: - - NumbersV2Regulation parameters: - name: Sid in: path @@ -2857,8 +2793,6 @@ paths: description: Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param) - tags: - - NumbersV2ReplaceItems parameters: - name: BundleSid in: path @@ -2910,8 +2844,6 @@ paths: parent: /RegulatoryCompliance post: description: Create a new Supporting Document. - tags: - - NumbersV2SupportingDocument responses: '201': content: @@ -2946,8 +2878,6 @@ paths: - Type get: description: Retrieve a list of all Supporting Document for an account. - tags: - - NumbersV2SupportingDocument parameters: - name: PageSize in: query @@ -3021,8 +2951,6 @@ paths: parent: /RegulatoryCompliance get: description: Fetch specific Supporting Document Instance. - tags: - - NumbersV2SupportingDocument parameters: - name: Sid in: path @@ -3048,8 +2976,6 @@ paths: - GA post: description: Update an existing Supporting Document. - tags: - - NumbersV2SupportingDocument parameters: - name: Sid in: path @@ -3089,8 +3015,6 @@ paths: Types. delete: description: Delete a specific Supporting Document. - tags: - - NumbersV2SupportingDocument parameters: - name: Sid in: path @@ -3122,8 +3046,6 @@ paths: parent: /RegulatoryCompliance get: description: Retrieve a list of all Supporting Document Types. - tags: - - NumbersV2SupportingDocumentType parameters: - name: PageSize in: query @@ -3197,8 +3119,6 @@ paths: parent: /RegulatoryCompliance get: description: Fetch a specific Supporting Document Type Instance. - tags: - - NumbersV2SupportingDocumentType parameters: - name: Sid in: path @@ -3221,20 +3141,6 @@ paths: - GA servers: - url: https://numbers.twilio.com -tags: -- name: NumbersV2AuthorizationDocument -- name: NumbersV2Bundle -- name: NumbersV2BundleCopy -- name: NumbersV2DependentHostedNumberOrder -- name: NumbersV2EndUser -- name: NumbersV2EndUserType -- name: NumbersV2Evaluation -- name: NumbersV2HostedNumberOrder -- name: NumbersV2ItemAssignment -- name: NumbersV2Regulation -- name: NumbersV2ReplaceItems -- name: NumbersV2SupportingDocument -- name: NumbersV2SupportingDocumentType x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_oauth_v1.yaml b/spec/yaml/twilio_oauth_v1.yaml index 7f9fa628..280d5c18 100644 --- a/spec/yaml/twilio_oauth_v1.yaml +++ b/spec/yaml/twilio_oauth_v1.yaml @@ -200,7 +200,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/certs: @@ -214,8 +214,6 @@ paths: mountName: oauth get: description: Fetches public JWKs - tags: - - OauthV1Oauth responses: '200': content: @@ -245,8 +243,6 @@ paths: post: description: Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant - tags: - - OauthV1DeviceCode responses: '201': content: @@ -306,8 +302,6 @@ paths: get: description: Fetch configuration details about the OpenID Connect Authorization Server - tags: - - OauthV1OpenidDiscovery responses: '200': content: @@ -332,8 +326,6 @@ paths: post: description: Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant - tags: - - OauthV1Token responses: '201': content: @@ -395,8 +387,6 @@ paths: get: description: Retrieves the consented UserInfo and other claims about the logged-in subject (end-user). - tags: - - OauthV1UserInfo responses: '200': content: @@ -411,12 +401,6 @@ paths: - GA servers: - url: https://oauth.twilio.com -tags: -- name: OauthV1DeviceCode -- name: OauthV1Oauth -- name: OauthV1OpenidDiscovery -- name: OauthV1Token -- name: OauthV1UserInfo x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_preview.yaml b/spec/yaml/twilio_preview.yaml index 6b737ac0..195a091e 100644 --- a/spec/yaml/twilio_preview.yaml +++ b/spec/yaml/twilio_preview.yaml @@ -2260,7 +2260,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: /DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid}: @@ -2274,8 +2274,6 @@ paths: get: description: Fetch information about a specific Certificate credential in the Fleet. - tags: - - PreviewDeployedDevicesCertificate parameters: - name: FleetSid in: path @@ -2308,8 +2306,6 @@ paths: delete: description: Unregister a specific Certificate credential from the Fleet, effectively disallowing any inbound client connections that are presenting it. - tags: - - PreviewDeployedDevicesCertificate parameters: - name: FleetSid in: path @@ -2338,8 +2334,6 @@ paths: post: description: Update the given properties of a specific Certificate credential in the Fleet, giving it a friendly name or assigning to a Device. - tags: - - PreviewDeployedDevicesCertificate parameters: - name: FleetSid in: path @@ -2398,8 +2392,6 @@ paths: post: description: Enroll a new Certificate credential to the Fleet, optionally giving it a friendly name and assigning to a Device. - tags: - - PreviewDeployedDevicesCertificate parameters: - name: FleetSid in: path @@ -2446,8 +2438,6 @@ paths: get: description: Retrieve a list of all Certificate credentials belonging to the Fleet. - tags: - - PreviewDeployedDevicesCertificate parameters: - name: FleetSid in: path @@ -2534,8 +2524,6 @@ paths: parent: /Fleets/{Sid} get: description: Fetch information about a specific Deployment in the Fleet. - tags: - - PreviewDeployedDevicesDeployment parameters: - name: FleetSid in: path @@ -2568,8 +2556,6 @@ paths: delete: description: Delete a specific Deployment from the Fleet, leaving associated devices effectively undeployed. - tags: - - PreviewDeployedDevicesDeployment parameters: - name: FleetSid in: path @@ -2599,8 +2585,6 @@ paths: description: Update the given properties of a specific Deployment credential in the Fleet, giving it a friendly name or linking to a specific Twilio Sync service instance. - tags: - - PreviewDeployedDevicesDeployment parameters: - name: FleetSid in: path @@ -2660,8 +2644,6 @@ paths: post: description: Create a new Deployment in the Fleet, optionally giving it a friendly name and linking to a specific Twilio Sync service instance. - tags: - - PreviewDeployedDevicesDeployment parameters: - name: FleetSid in: path @@ -2702,8 +2684,6 @@ paths: this Deployment. get: description: Retrieve a list of all Deployments belonging to the Fleet. - tags: - - PreviewDeployedDevicesDeployment parameters: - name: FleetSid in: path @@ -2781,8 +2761,6 @@ paths: parent: /Fleets/{Sid} get: description: Fetch information about a specific Device in the Fleet. - tags: - - PreviewDeployedDevicesDevice parameters: - name: FleetSid in: path @@ -2812,8 +2790,6 @@ paths: delete: description: Delete a specific Device from the Fleet, also removing it from associated Deployments. - tags: - - PreviewDeployedDevicesDevice parameters: - name: FleetSid in: path @@ -2839,8 +2815,6 @@ paths: post: description: Update the given properties of a specific Device in the Fleet, giving it a friendly name, assigning to a Deployment, or a human identity. - tags: - - PreviewDeployedDevicesDevice parameters: - name: FleetSid in: path @@ -2904,8 +2878,6 @@ paths: post: description: Create a new Device in the Fleet, optionally giving it a unique name, friendly name, and assigning to a Deployment and/or human identity. - tags: - - PreviewDeployedDevicesDevice parameters: - name: FleetSid in: path @@ -2958,8 +2930,6 @@ paths: description: '' get: description: Retrieve a list of all Devices belonging to the Fleet. - tags: - - PreviewDeployedDevicesDevice parameters: - name: FleetSid in: path @@ -3050,8 +3020,6 @@ paths: key: '{fleet_sid: sid}' get: description: Fetch information about a specific Fleet in your account. - tags: - - PreviewDeployedDevicesFleet parameters: - name: Sid in: path @@ -3075,8 +3043,6 @@ paths: delete: description: 'Delete a specific Fleet from your account, also destroys all nested resources: Devices, Deployments, Certificates, Keys.' - tags: - - PreviewDeployedDevicesFleet parameters: - name: Sid in: path @@ -3095,8 +3061,6 @@ paths: - Preview post: description: Update the friendly name property of a specific Fleet in your account. - tags: - - PreviewDeployedDevicesFleet parameters: - name: Sid in: path @@ -3150,8 +3114,6 @@ paths: post: description: Create a new Fleet for scoping of deployed devices within your account. - tags: - - PreviewDeployedDevicesFleet responses: '201': content: @@ -3177,8 +3139,6 @@ paths: Fleet, up to 256 characters long. get: description: Retrieve a list of all Fleets belonging to your account. - tags: - - PreviewDeployedDevicesFleet parameters: - name: PageSize in: query @@ -3250,8 +3210,6 @@ paths: parent: /Fleets/{Sid} get: description: Fetch information about a specific Key credential in the Fleet. - tags: - - PreviewDeployedDevicesKey parameters: - name: FleetSid in: path @@ -3284,8 +3242,6 @@ paths: delete: description: Delete a specific Key credential from the Fleet, effectively disallowing any inbound client connections that are presenting it. - tags: - - PreviewDeployedDevicesKey parameters: - name: FleetSid in: path @@ -3314,8 +3270,6 @@ paths: post: description: Update the given properties of a specific Key credential in the Fleet, giving it a friendly name or assigning to a Device. - tags: - - PreviewDeployedDevicesKey parameters: - name: FleetSid in: path @@ -3374,8 +3328,6 @@ paths: post: description: Create a new Key credential in the Fleet, optionally giving it a friendly name and assigning to a Device. - tags: - - PreviewDeployedDevicesKey parameters: - name: FleetSid in: path @@ -3415,8 +3367,6 @@ paths: Device to become authenticated with this Key credential. get: description: Retrieve a list of all Keys credentials belonging to the Fleet. - tags: - - PreviewDeployedDevicesKey parameters: - name: FleetSid in: path @@ -3504,8 +3454,6 @@ paths: dependent_hosted_number_order: '{signing_document_sid: sid}' get: description: Fetch a specific AuthorizationDocument. - tags: - - PreviewHostedNumbersAuthorizationDocument parameters: - name: Sid in: path @@ -3530,8 +3478,6 @@ paths: - Preview post: description: Updates a specific AuthorizationDocument. - tags: - - PreviewHostedNumbersAuthorizationDocument parameters: - name: Sid in: path @@ -3612,8 +3558,6 @@ paths: get: description: Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. - tags: - - PreviewHostedNumbersAuthorizationDocument parameters: - name: Email in: query @@ -3692,8 +3636,6 @@ paths: post: description: Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. - tags: - - PreviewHostedNumbersAuthorizationDocument responses: '201': content: @@ -3762,8 +3704,6 @@ paths: get: description: Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. - tags: - - PreviewHostedNumbersDependentHostedNumberOrder parameters: - name: SigningDocumentSid in: path @@ -3879,8 +3819,6 @@ paths: pathType: instance get: description: Fetch a specific HostedNumberOrder. - tags: - - PreviewHostedNumbersHostedNumberOrder parameters: - name: Sid in: path @@ -3906,8 +3844,6 @@ paths: delete: description: Cancel the HostedNumberOrder (only available when the status is in `received`). - tags: - - PreviewHostedNumbersHostedNumberOrder parameters: - name: Sid in: path @@ -3928,8 +3864,6 @@ paths: - Preview post: description: Updates a specific HostedNumberOrder. - tags: - - PreviewHostedNumbersHostedNumberOrder parameters: - name: Sid in: path @@ -4019,8 +3953,6 @@ paths: get: description: Retrieve a list of HostedNumberOrders belonging to the account initiating the request. - tags: - - PreviewHostedNumbersHostedNumberOrder parameters: - name: Status in: query @@ -4119,8 +4051,6 @@ paths: - Preview post: description: Host a phone number's capability on Twilio's platform. - tags: - - PreviewHostedNumbersHostedNumberOrder responses: '201': content: @@ -4276,8 +4206,6 @@ paths: available_add_on_extension: '{available_add_on_sid: sid}' get: description: Fetch an instance of an Add-on currently available to be installed. - tags: - - PreviewMarketplaceAvailableAddOn parameters: - name: Sid in: path @@ -4311,8 +4239,6 @@ paths: available_add_on_extension: '{available_add_on_sid: sid}' get: description: Retrieve a list of Add-ons currently available to be installed. - tags: - - PreviewMarketplaceAvailableAddOn parameters: - name: PageSize in: query @@ -4385,8 +4311,6 @@ paths: className: available_add_on_extension get: description: Fetch an instance of an Extension for the Available Add-on. - tags: - - PreviewMarketplaceAvailableAddOnExtension parameters: - name: AvailableAddOnSid in: path @@ -4430,8 +4354,6 @@ paths: className: available_add_on_extension get: description: Retrieve a list of Extensions for the Available Add-on. - tags: - - PreviewMarketplaceAvailableAddOnExtension parameters: - name: AvailableAddOnSid in: path @@ -4515,8 +4437,6 @@ paths: preview/marketplace/installed_add_on_usage: '{installed_add_on_sid: sid}' post: description: Install an Add-on for the Account specified. - tags: - - PreviewMarketplaceInstalledAddOn responses: '201': content: @@ -4557,8 +4477,6 @@ paths: - AcceptTermsOfService get: description: Retrieve a list of Add-ons currently installed on this Account. - tags: - - PreviewMarketplaceInstalledAddOn parameters: - name: PageSize in: query @@ -4632,8 +4550,6 @@ paths: preview/marketplace/installed_add_on_usage: '{installed_add_on_sid: sid}' delete: description: Remove an Add-on installation from your account - tags: - - PreviewMarketplaceInstalledAddOn parameters: - name: Sid in: path @@ -4654,8 +4570,6 @@ paths: - Preview get: description: Fetch an instance of an Add-on currently installed on this Account. - tags: - - PreviewMarketplaceInstalledAddOn parameters: - name: Sid in: path @@ -4680,8 +4594,6 @@ paths: - Preview post: description: Update an Add-on installation for the Account specified. - tags: - - PreviewMarketplaceInstalledAddOn parameters: - name: Sid in: path @@ -4730,8 +4642,6 @@ paths: className: installed_add_on_extension get: description: Fetch an instance of an Extension for the Installed Add-on. - tags: - - PreviewMarketplaceInstalledAddOnExtension parameters: - name: InstalledAddOnSid in: path @@ -4766,8 +4676,6 @@ paths: - Preview post: description: Update an Extension for an Add-on installation. - tags: - - PreviewMarketplaceInstalledAddOnExtension parameters: - name: InstalledAddOnSid in: path @@ -4823,8 +4731,6 @@ paths: className: installed_add_on_extension get: description: Retrieve a list of Extensions for the Installed Add-on. - tags: - - PreviewMarketplaceInstalledAddOnExtension parameters: - name: InstalledAddOnSid in: path @@ -4908,8 +4814,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - PreviewSyncDocument parameters: - name: ServiceSid in: path @@ -4940,8 +4844,6 @@ paths: - Preview delete: description: '' - tags: - - PreviewSyncDocument parameters: - name: ServiceSid in: path @@ -4968,8 +4870,6 @@ paths: - Preview post: description: '' - tags: - - PreviewSyncDocument parameters: - name: ServiceSid in: path @@ -5026,8 +4926,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - PreviewSyncDocument parameters: - name: ServiceSid in: path @@ -5064,8 +4962,6 @@ paths: description: '' get: description: '' - tags: - - PreviewSyncDocument parameters: - name: ServiceSid in: path @@ -5147,8 +5043,6 @@ paths: mountName: document_permissions get: description: Fetch a specific Sync Document Permission. - tags: - - PreviewSyncDocumentPermission parameters: - name: ServiceSid in: path @@ -5186,8 +5080,6 @@ paths: - Preview delete: description: Delete a specific Sync Document Permission. - tags: - - PreviewSyncDocumentPermission parameters: - name: ServiceSid in: path @@ -5221,8 +5113,6 @@ paths: - Preview post: description: Update an identity's access to a specific Sync Document. - tags: - - PreviewSyncDocumentPermission parameters: - name: ServiceSid in: path @@ -5292,8 +5182,6 @@ paths: mountName: document_permissions get: description: Retrieve a list of all Permissions applying to a Sync Document. - tags: - - PreviewSyncDocumentPermission parameters: - name: ServiceSid in: path @@ -5383,8 +5271,6 @@ paths: sync_map: '{service_sid: sid}' get: description: '' - tags: - - PreviewSyncService parameters: - name: Sid in: path @@ -5409,8 +5295,6 @@ paths: - Preview delete: description: '' - tags: - - PreviewSyncService parameters: - name: Sid in: path @@ -5431,8 +5315,6 @@ paths: - Preview post: description: '' - tags: - - PreviewSyncService parameters: - name: Sid in: path @@ -5488,8 +5370,6 @@ paths: sync_map: '{service_sid: sid}' post: description: '' - tags: - - PreviewSyncService responses: '201': content: @@ -5524,8 +5404,6 @@ paths: description: '' get: description: '' - tags: - - PreviewSyncService parameters: - name: PageSize in: query @@ -5601,8 +5479,6 @@ paths: mountName: sync_lists get: description: '' - tags: - - PreviewSyncSyncList parameters: - name: ServiceSid in: path @@ -5633,8 +5509,6 @@ paths: - Preview delete: description: '' - tags: - - PreviewSyncSyncList parameters: - name: ServiceSid in: path @@ -5673,8 +5547,6 @@ paths: mountName: sync_lists post: description: '' - tags: - - PreviewSyncSyncList parameters: - name: ServiceSid in: path @@ -5709,8 +5581,6 @@ paths: description: '' get: description: '' - tags: - - PreviewSyncSyncList parameters: - name: ServiceSid in: path @@ -5792,8 +5662,6 @@ paths: mountName: sync_list_items get: description: '' - tags: - - PreviewSyncSyncListItem parameters: - name: ServiceSid in: path @@ -5830,8 +5698,6 @@ paths: - Preview delete: description: '' - tags: - - PreviewSyncSyncListItem parameters: - name: ServiceSid in: path @@ -5869,8 +5735,6 @@ paths: - Preview post: description: '' - tags: - - PreviewSyncSyncListItem parameters: - name: ServiceSid in: path @@ -5932,8 +5796,6 @@ paths: mountName: sync_list_items post: description: '' - tags: - - PreviewSyncSyncListItem parameters: - name: ServiceSid in: path @@ -5975,8 +5837,6 @@ paths: - Data get: description: '' - tags: - - PreviewSyncSyncListItem parameters: - name: ServiceSid in: path @@ -6081,8 +5941,6 @@ paths: mountName: sync_list_permissions get: description: Fetch a specific Sync List Permission. - tags: - - PreviewSyncSyncListPermission parameters: - name: ServiceSid in: path @@ -6120,8 +5978,6 @@ paths: - Preview delete: description: Delete a specific Sync List Permission. - tags: - - PreviewSyncSyncListPermission parameters: - name: ServiceSid in: path @@ -6155,8 +6011,6 @@ paths: - Preview post: description: Update an identity's access to a specific Sync List. - tags: - - PreviewSyncSyncListPermission parameters: - name: ServiceSid in: path @@ -6226,8 +6080,6 @@ paths: mountName: sync_list_permissions get: description: Retrieve a list of all Permissions applying to a Sync List. - tags: - - PreviewSyncSyncListPermission parameters: - name: ServiceSid in: path @@ -6318,8 +6170,6 @@ paths: mountName: sync_maps get: description: '' - tags: - - PreviewSyncSyncMap parameters: - name: ServiceSid in: path @@ -6350,8 +6200,6 @@ paths: - Preview delete: description: '' - tags: - - PreviewSyncSyncMap parameters: - name: ServiceSid in: path @@ -6390,8 +6238,6 @@ paths: mountName: sync_maps post: description: '' - tags: - - PreviewSyncSyncMap parameters: - name: ServiceSid in: path @@ -6426,8 +6272,6 @@ paths: description: '' get: description: '' - tags: - - PreviewSyncSyncMap parameters: - name: ServiceSid in: path @@ -6509,8 +6353,6 @@ paths: mountName: sync_map_items get: description: '' - tags: - - PreviewSyncSyncMapItem parameters: - name: ServiceSid in: path @@ -6547,8 +6389,6 @@ paths: - Preview delete: description: '' - tags: - - PreviewSyncSyncMapItem parameters: - name: ServiceSid in: path @@ -6586,8 +6426,6 @@ paths: - Preview post: description: '' - tags: - - PreviewSyncSyncMapItem parameters: - name: ServiceSid in: path @@ -6649,8 +6487,6 @@ paths: mountName: sync_map_items post: description: '' - tags: - - PreviewSyncSyncMapItem parameters: - name: ServiceSid in: path @@ -6696,8 +6532,6 @@ paths: - Data get: description: '' - tags: - - PreviewSyncSyncMapItem parameters: - name: ServiceSid in: path @@ -6802,8 +6636,6 @@ paths: mountName: sync_map_permissions get: description: Fetch a specific Sync Map Permission. - tags: - - PreviewSyncSyncMapPermission parameters: - name: ServiceSid in: path @@ -6841,8 +6673,6 @@ paths: - Preview delete: description: Delete a specific Sync Map Permission. - tags: - - PreviewSyncSyncMapPermission parameters: - name: ServiceSid in: path @@ -6876,8 +6706,6 @@ paths: - Preview post: description: Update an identity's access to a specific Sync Map. - tags: - - PreviewSyncSyncMapPermission parameters: - name: ServiceSid in: path @@ -6947,8 +6775,6 @@ paths: mountName: sync_map_permissions get: description: Retrieve a list of all Permissions applying to a Sync Map. - tags: - - PreviewSyncSyncMapPermission parameters: - name: ServiceSid in: path @@ -7043,8 +6869,6 @@ paths: style_sheet: '{assistant_sid: sid}' get: description: '' - tags: - - PreviewUnderstandAssistant parameters: - name: Sid in: path @@ -7066,8 +6890,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandAssistant parameters: - name: Sid in: path @@ -7128,8 +6950,6 @@ paths: assistant delete: description: '' - tags: - - PreviewUnderstandAssistant parameters: - name: Sid in: path @@ -7163,8 +6983,6 @@ paths: style_sheet: '{assistant_sid: sid}' get: description: '' - tags: - - PreviewUnderstandAssistant parameters: - name: PageSize in: query @@ -7228,8 +7046,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandAssistant responses: '201': content: @@ -7293,8 +7109,6 @@ paths: className: assistant_fallback_actions get: description: '' - tags: - - PreviewUnderstandAssistantFallbackActions parameters: - name: AssistantSid in: path @@ -7316,8 +7130,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandAssistantFallbackActions parameters: - name: AssistantSid in: path @@ -7358,8 +7170,6 @@ paths: className: assistant_initiation_actions get: description: '' - tags: - - PreviewUnderstandAssistantInitiationActions parameters: - name: AssistantSid in: path @@ -7381,8 +7191,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandAssistantInitiationActions parameters: - name: AssistantSid in: path @@ -7421,8 +7229,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandDialogue parameters: - name: AssistantSid in: path @@ -7466,8 +7272,6 @@ paths: parent: /Assistants/{AssistantSid}/Tasks/{Sid} get: description: '' - tags: - - PreviewUnderstandField parameters: - name: AssistantSid in: path @@ -7501,8 +7305,6 @@ paths: - Preview delete: description: '' - tags: - - PreviewUnderstandField parameters: - name: AssistantSid in: path @@ -7540,8 +7342,6 @@ paths: parent: /Assistants/{AssistantSid}/Tasks/{Sid} get: description: '' - tags: - - PreviewUnderstandField parameters: - name: AssistantSid in: path @@ -7617,8 +7417,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandField parameters: - name: AssistantSid in: path @@ -7676,8 +7474,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandFieldType parameters: - name: AssistantSid in: path @@ -7705,8 +7501,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandFieldType parameters: - name: AssistantSid in: path @@ -7750,8 +7544,6 @@ paths: long. delete: description: '' - tags: - - PreviewUnderstandFieldType parameters: - name: AssistantSid in: path @@ -7785,8 +7577,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandFieldType parameters: - name: AssistantSid in: path @@ -7856,8 +7646,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandFieldType parameters: - name: AssistantSid in: path @@ -7905,8 +7693,6 @@ paths: parent: /Assistants/{AssistantSid}/FieldTypes/{Sid} get: description: '' - tags: - - PreviewUnderstandFieldValue parameters: - name: AssistantSid in: path @@ -7940,8 +7726,6 @@ paths: - Preview delete: description: '' - tags: - - PreviewUnderstandFieldValue parameters: - name: AssistantSid in: path @@ -7979,8 +7763,6 @@ paths: parent: /Assistants/{AssistantSid}/FieldTypes/{Sid} get: description: '' - tags: - - PreviewUnderstandFieldValue parameters: - name: AssistantSid in: path @@ -8061,8 +7843,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandFieldValue parameters: - name: AssistantSid in: path @@ -8120,8 +7900,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandModelBuild parameters: - name: AssistantSid in: path @@ -8149,8 +7927,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandModelBuild parameters: - name: AssistantSid in: path @@ -8190,8 +7966,6 @@ paths: long. For example: v0.1' delete: description: '' - tags: - - PreviewUnderstandModelBuild parameters: - name: AssistantSid in: path @@ -8223,8 +7997,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandModelBuild parameters: - name: AssistantSid in: path @@ -8294,8 +8066,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandModelBuild parameters: - name: AssistantSid in: path @@ -8341,8 +8111,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandQuery parameters: - name: AssistantSid in: path @@ -8370,8 +8138,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandQuery parameters: - name: AssistantSid in: path @@ -8417,8 +8183,6 @@ paths: can be: pending_review, reviewed, discarded' delete: description: '' - tags: - - PreviewUnderstandQuery parameters: - name: AssistantSid in: path @@ -8450,8 +8214,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandQuery parameters: - name: AssistantSid in: path @@ -8537,8 +8299,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandQuery parameters: - name: AssistantSid in: path @@ -8600,8 +8360,6 @@ paths: parent: /Assistants/{AssistantSid}/Tasks/{Sid} get: description: '' - tags: - - PreviewUnderstandSample parameters: - name: AssistantSid in: path @@ -8638,8 +8396,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandSample parameters: - name: AssistantSid in: path @@ -8695,8 +8451,6 @@ paths: or *slack*. If not included the value will be null' delete: description: '' - tags: - - PreviewUnderstandSample parameters: - name: AssistantSid in: path @@ -8737,8 +8491,6 @@ paths: parent: /Assistants/{AssistantSid}/Tasks/{Sid} get: description: '' - tags: - - PreviewUnderstandSample parameters: - name: AssistantSid in: path @@ -8819,8 +8571,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandSample parameters: - name: AssistantSid in: path @@ -8878,8 +8628,6 @@ paths: parent: /Assistants/{Sid} get: description: Returns Style sheet JSON object for this Assistant - tags: - - PreviewUnderstandStyleSheet parameters: - name: AssistantSid in: path @@ -8902,8 +8650,6 @@ paths: post: description: Updates the style sheet for an assistant identified by {AssistantSid} or {AssistantUniqueName}. - tags: - - PreviewUnderstandStyleSheet parameters: - name: AssistantSid in: path @@ -8947,8 +8693,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandTask parameters: - name: AssistantSid in: path @@ -8976,8 +8720,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandTask parameters: - name: AssistantSid in: path @@ -9029,8 +8771,6 @@ paths: fetches actions delete: description: '' - tags: - - PreviewUnderstandTask parameters: - name: AssistantSid in: path @@ -9067,8 +8807,6 @@ paths: parent: /Assistants/{Sid} get: description: '' - tags: - - PreviewUnderstandTask parameters: - name: AssistantSid in: path @@ -9138,8 +8876,6 @@ paths: - Preview post: description: '' - tags: - - PreviewUnderstandTask parameters: - name: AssistantSid in: path @@ -9197,8 +8933,6 @@ paths: className: task_actions get: description: Returns JSON actions for this Task. - tags: - - PreviewUnderstandTaskActions parameters: - name: AssistantSid in: path @@ -9226,8 +8960,6 @@ paths: - Preview post: description: Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}. - tags: - - PreviewUnderstandTaskActions parameters: - name: AssistantSid in: path @@ -9274,8 +9006,6 @@ paths: className: task_statistics get: description: '' - tags: - - PreviewUnderstandTaskStatistics parameters: - name: AssistantSid in: path @@ -9310,8 +9040,6 @@ paths: pathType: instance get: description: '' - tags: - - PreviewWirelessCommand parameters: - name: Sid in: path @@ -9343,8 +9071,6 @@ paths: pathType: list get: description: '' - tags: - - PreviewWirelessCommand parameters: - name: Device in: query @@ -9428,8 +9154,6 @@ paths: - Preview post: description: '' - tags: - - PreviewWirelessCommand responses: '201': content: @@ -9482,8 +9206,6 @@ paths: pathType: list get: description: '' - tags: - - PreviewWirelessRatePlan parameters: - name: PageSize in: query @@ -9547,8 +9269,6 @@ paths: - Preview post: description: '' - tags: - - PreviewWirelessRatePlan responses: '201': content: @@ -9609,8 +9329,6 @@ paths: pathType: instance get: description: '' - tags: - - PreviewWirelessRatePlan parameters: - name: Sid in: path @@ -9632,8 +9350,6 @@ paths: - Preview post: description: '' - tags: - - PreviewWirelessRatePlan parameters: - name: Sid in: path @@ -9668,8 +9384,6 @@ paths: description: '' delete: description: '' - tags: - - PreviewWirelessRatePlan parameters: - name: Sid in: path @@ -9696,8 +9410,6 @@ paths: usage: '{sim_sid: sid}' get: description: '' - tags: - - PreviewWirelessSim parameters: - name: Sid in: path @@ -9719,8 +9431,6 @@ paths: - Preview post: description: '' - tags: - - PreviewWirelessSim parameters: - name: Sid in: path @@ -9852,8 +9562,6 @@ paths: usage: '{sim_sid: sid}' get: description: '' - tags: - - PreviewWirelessSim parameters: - name: Status in: query @@ -9950,8 +9658,6 @@ paths: parent: /Sims/{Sid} get: description: '' - tags: - - PreviewWirelessUsage parameters: - name: SimSid in: path @@ -9983,46 +9689,6 @@ paths: - Preview servers: - url: https://preview.twilio.com -tags: -- name: PreviewDeployedDevicesCertificate -- name: PreviewDeployedDevicesDeployment -- name: PreviewDeployedDevicesDevice -- name: PreviewDeployedDevicesFleet -- name: PreviewDeployedDevicesKey -- name: PreviewHostedNumbersAuthorizationDocument -- name: PreviewHostedNumbersDependentHostedNumberOrder -- name: PreviewHostedNumbersHostedNumberOrder -- name: PreviewMarketplaceAvailableAddOn -- name: PreviewMarketplaceAvailableAddOnExtension -- name: PreviewMarketplaceInstalledAddOn -- name: PreviewMarketplaceInstalledAddOnExtension -- name: PreviewSyncDocument -- name: PreviewSyncDocumentPermission -- name: PreviewSyncService -- name: PreviewSyncSyncList -- name: PreviewSyncSyncListItem -- name: PreviewSyncSyncListPermission -- name: PreviewSyncSyncMap -- name: PreviewSyncSyncMapItem -- name: PreviewSyncSyncMapPermission -- name: PreviewUnderstandAssistant -- name: PreviewUnderstandAssistantFallbackActions -- name: PreviewUnderstandAssistantInitiationActions -- name: PreviewUnderstandDialogue -- name: PreviewUnderstandField -- name: PreviewUnderstandFieldType -- name: PreviewUnderstandFieldValue -- name: PreviewUnderstandModelBuild -- name: PreviewUnderstandQuery -- name: PreviewUnderstandSample -- name: PreviewUnderstandStyleSheet -- name: PreviewUnderstandTask -- name: PreviewUnderstandTaskActions -- name: PreviewUnderstandTaskStatistics -- name: PreviewWirelessCommand -- name: PreviewWirelessRatePlan -- name: PreviewWirelessSim -- name: PreviewWirelessUsage x-maturity: - name: Preview description: PLEASE NOTE that this is a Preview product that is subject to change. diff --git a/spec/yaml/twilio_pricing_v1.yaml b/spec/yaml/twilio_pricing_v1.yaml index 11824c96..644c330b 100644 --- a/spec/yaml/twilio_pricing_v1.yaml +++ b/spec/yaml/twilio_pricing_v1.yaml @@ -327,7 +327,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/Messaging: @@ -352,8 +352,6 @@ paths: parent: /Messaging get: description: '' - tags: - - PricingV1Country parameters: - name: PageSize in: query @@ -429,8 +427,6 @@ paths: parent: /Messaging get: description: '' - tags: - - PricingV1Country parameters: - name: IsoCountry in: path @@ -472,8 +468,6 @@ paths: parent: /PhoneNumbers get: description: '' - tags: - - PricingV1Country parameters: - name: PageSize in: query @@ -547,8 +541,6 @@ paths: parent: /PhoneNumbers get: description: '' - tags: - - PricingV1Country parameters: - name: IsoCountry in: path @@ -590,8 +582,6 @@ paths: parent: /Voice get: description: '' - tags: - - PricingV1Country parameters: - name: PageSize in: query @@ -665,8 +655,6 @@ paths: parent: /Voice get: description: '' - tags: - - PricingV1Country parameters: - name: IsoCountry in: path @@ -702,8 +690,6 @@ paths: parent: /Voice get: description: '' - tags: - - PricingV1Number parameters: - name: Number in: path @@ -738,9 +724,6 @@ paths: parent: /Voice servers: - url: https://pricing.twilio.com -tags: -- name: PricingV1Country -- name: PricingV1Number x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_pricing_v2.yaml b/spec/yaml/twilio_pricing_v2.yaml index 861f9764..88cd0ab4 100644 --- a/spec/yaml/twilio_pricing_v2.yaml +++ b/spec/yaml/twilio_pricing_v2.yaml @@ -330,7 +330,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: /v2/Trunking/Countries: @@ -344,8 +344,6 @@ paths: pathType: list get: description: '' - tags: - - PricingV2Country parameters: - name: PageSize in: query @@ -418,8 +416,6 @@ paths: pathType: instance get: description: Fetch a specific Country. - tags: - - PricingV2Country parameters: - name: IsoCountry in: path @@ -454,8 +450,6 @@ paths: get: description: Fetch pricing information for a specific destination and, optionally, origination phone number. - tags: - - PricingV2Number parameters: - name: DestinationNumber in: path @@ -516,8 +510,6 @@ paths: parent: /Voice get: description: '' - tags: - - PricingV2Country parameters: - name: PageSize in: query @@ -591,8 +583,6 @@ paths: parent: /Voice get: description: Fetch a specific Country. - tags: - - PricingV2Country parameters: - name: IsoCountry in: path @@ -628,8 +618,6 @@ paths: get: description: Fetch pricing information for a specific destination and, optionally, origination phone number. - tags: - - PricingV2Number parameters: - name: DestinationNumber in: path @@ -673,9 +661,6 @@ paths: parent: /Voice servers: - url: https://pricing.twilio.com -tags: -- name: PricingV2Country -- name: PricingV2Number x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_proxy_v1.yaml b/spec/yaml/twilio_proxy_v1.yaml index 67b6bdc0..304c2042 100644 --- a/spec/yaml/twilio_proxy_v1.yaml +++ b/spec/yaml/twilio_proxy_v1.yaml @@ -811,7 +811,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/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}: @@ -827,8 +827,6 @@ paths: parent: /Services/{ServiceSid}/Sessions/{Sid} get: description: Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session). - tags: - - ProxyV1Interaction parameters: - name: ServiceSid in: path @@ -874,8 +872,6 @@ paths: - Beta delete: description: Delete a specific Interaction. - tags: - - ProxyV1Interaction parameters: - name: ServiceSid in: path @@ -929,8 +925,6 @@ paths: get: description: Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page. - tags: - - ProxyV1Interaction parameters: - name: ServiceSid in: path @@ -1027,8 +1021,6 @@ paths: description: Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant). The `inbound` properties for the Interaction will always be empty. - tags: - - ProxyV1MessageInteraction parameters: - name: ServiceSid in: path @@ -1094,8 +1086,6 @@ paths: - media_url get: description: '' - tags: - - ProxyV1MessageInteraction parameters: - name: ServiceSid in: path @@ -1200,8 +1190,6 @@ paths: parent: /Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid} get: description: '' - tags: - - ProxyV1MessageInteraction parameters: - name: ServiceSid in: path @@ -1272,8 +1260,6 @@ paths: parent: /Services/{ServiceSid}/Sessions/{Sid} get: description: Fetch a specific Participant. - tags: - - ProxyV1Participant parameters: - name: ServiceSid in: path @@ -1322,8 +1308,6 @@ paths: remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted. - tags: - - ProxyV1Participant parameters: - name: ServiceSid in: path @@ -1380,8 +1364,6 @@ paths: parent: /Services/{ServiceSid}/Sessions/{Sid} get: description: Retrieve a list of all Participants in a Session. - tags: - - ProxyV1Participant parameters: - name: ServiceSid in: path @@ -1465,8 +1447,6 @@ paths: - Beta post: description: Add a new Participant to the Session - tags: - - ProxyV1Participant parameters: - name: ServiceSid in: path @@ -1540,8 +1520,6 @@ paths: parent: /Services/{Sid} post: description: Add a Phone Number to a Service's Proxy Number Pool. - tags: - - ProxyV1PhoneNumber parameters: - name: ServiceSid in: path @@ -1596,8 +1574,6 @@ paths: get: description: Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page. - tags: - - ProxyV1PhoneNumber parameters: - name: ServiceSid in: path @@ -1682,8 +1658,6 @@ paths: parent: /Services/{Sid} delete: description: Delete a specific Phone Number from a Service. - tags: - - ProxyV1PhoneNumber parameters: - name: ServiceSid in: path @@ -1715,8 +1689,6 @@ paths: - Beta get: description: Fetch a specific Phone Number. - tags: - - ProxyV1PhoneNumber parameters: - name: ServiceSid in: path @@ -1752,8 +1724,6 @@ paths: - Beta post: description: Update a specific Proxy Number. - tags: - - ProxyV1PhoneNumber parameters: - name: ServiceSid in: path @@ -1816,8 +1786,6 @@ paths: short_code: '{service_sid: sid}' get: description: Fetch a specific Service. - tags: - - ProxyV1Service parameters: - name: Sid in: path @@ -1840,8 +1808,6 @@ paths: - Beta delete: description: Delete a specific Service. - tags: - - ProxyV1Service parameters: - name: Sid in: path @@ -1863,8 +1829,6 @@ paths: - Beta post: description: Update a specific Service. - tags: - - ProxyV1Service parameters: - name: Sid in: path @@ -1974,8 +1938,6 @@ paths: get: description: Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page. - tags: - - ProxyV1Service parameters: - name: PageSize in: query @@ -2039,8 +2001,6 @@ paths: - Beta post: description: Create a new Service for Twilio Proxy - tags: - - ProxyV1Service responses: '201': content: @@ -2141,8 +2101,6 @@ paths: parent: /Services/{Sid} get: description: Fetch a specific Session. - tags: - - ProxyV1Session parameters: - name: ServiceSid in: path @@ -2175,8 +2133,6 @@ paths: - Beta delete: description: Delete a specific Session. - tags: - - ProxyV1Session parameters: - name: ServiceSid in: path @@ -2208,8 +2164,6 @@ paths: - Beta post: description: Update a specific Session. - tags: - - ProxyV1Session parameters: - name: ServiceSid in: path @@ -2284,8 +2238,6 @@ paths: get: description: Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page. - tags: - - ProxyV1Session parameters: - name: ServiceSid in: path @@ -2359,8 +2311,6 @@ paths: - Beta post: description: Create a new Session - tags: - - ProxyV1Session parameters: - name: ServiceSid in: path @@ -2435,8 +2385,6 @@ paths: parent: /Services/{Sid} post: description: Add a Short Code to the Proxy Number Pool for the Service. - tags: - - ProxyV1ShortCode parameters: - name: ServiceSid in: path @@ -2480,8 +2428,6 @@ paths: get: description: Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page. - tags: - - ProxyV1ShortCode parameters: - name: ServiceSid in: path @@ -2566,8 +2512,6 @@ paths: parent: /Services/{Sid} delete: description: Delete a specific Short Code from a Service. - tags: - - ProxyV1ShortCode parameters: - name: ServiceSid in: path @@ -2599,8 +2543,6 @@ paths: - Beta get: description: Fetch a specific Short Code. - tags: - - ProxyV1ShortCode parameters: - name: ServiceSid in: path @@ -2636,8 +2578,6 @@ paths: - Beta post: description: Update a specific Short Code. - tags: - - ProxyV1ShortCode parameters: - name: ServiceSid in: path @@ -2686,14 +2626,6 @@ paths: for more information. servers: - url: https://proxy.twilio.com -tags: -- name: ProxyV1Interaction -- name: ProxyV1MessageInteraction -- name: ProxyV1Participant -- name: ProxyV1PhoneNumber -- name: ProxyV1Service -- name: ProxyV1Session -- name: ProxyV1ShortCode x-maturity: - name: Beta description: PLEASE NOTE that this is a Beta product that is subject to change. diff --git a/spec/yaml/twilio_routes_v2.yaml b/spec/yaml/twilio_routes_v2.yaml index 39cc5b18..f427dfe3 100644 --- a/spec/yaml/twilio_routes_v2.yaml +++ b/spec/yaml/twilio_routes_v2.yaml @@ -148,7 +148,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: /v2/PhoneNumbers/{PhoneNumber}: @@ -163,8 +163,6 @@ paths: pathType: instance post: description: Assign an Inbound Processing Region to a phone number. - tags: - - RoutesV2PhoneNumber parameters: - name: PhoneNumber in: path @@ -201,8 +199,6 @@ paths: 64 characters. get: description: Fetch the Inbound Processing Region assigned to a phone number. - tags: - - RoutesV2PhoneNumber parameters: - name: PhoneNumber in: path @@ -234,8 +230,6 @@ paths: pathType: instance post: description: '' - tags: - - RoutesV2SipDomain parameters: - name: SipDomain in: path @@ -270,8 +264,6 @@ paths: description: '' get: description: '' - tags: - - RoutesV2SipDomain parameters: - name: SipDomain in: path @@ -303,8 +295,6 @@ paths: pathType: instance post: description: Assign an Inbound Processing Region to a SIP Trunk - tags: - - RoutesV2Trunk parameters: - name: SipTrunkDomain in: path @@ -341,8 +331,6 @@ paths: 64 characters. get: description: Fetch the Inbound Processing Region assigned to a SIP Trunk. - tags: - - RoutesV2Trunk parameters: - name: SipTrunkDomain in: path @@ -364,10 +352,6 @@ paths: - GA servers: - url: https://routes.twilio.com -tags: -- name: RoutesV2PhoneNumber -- name: RoutesV2SipDomain -- name: RoutesV2Trunk x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_serverless_v1.yaml b/spec/yaml/twilio_serverless_v1.yaml index b4d0eeb2..164cf5df 100644 --- a/spec/yaml/twilio_serverless_v1.yaml +++ b/spec/yaml/twilio_serverless_v1.yaml @@ -784,7 +784,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/Services/{ServiceSid}/Assets: @@ -803,8 +803,6 @@ paths: parent: /Services/{Sid} get: description: Retrieve a list of all Assets. - tags: - - ServerlessV1Asset parameters: - name: ServiceSid in: path @@ -874,8 +872,6 @@ paths: - Beta post: description: Create a new Asset resource. - tags: - - ServerlessV1Asset parameters: - name: ServiceSid in: path @@ -924,8 +920,6 @@ paths: parent: /Services/{Sid} get: description: Retrieve a specific Asset resource. - tags: - - ServerlessV1Asset parameters: - name: ServiceSid in: path @@ -956,8 +950,6 @@ paths: - Beta delete: description: Delete an Asset resource. - tags: - - ServerlessV1Asset parameters: - name: ServiceSid in: path @@ -984,8 +976,6 @@ paths: - Beta post: description: Update a specific Asset resource. - tags: - - ServerlessV1Asset parameters: - name: ServiceSid in: path @@ -1042,8 +1032,6 @@ paths: mountName: asset_versions get: description: Retrieve a list of all Asset Versions. - tags: - - ServerlessV1AssetVersion parameters: - name: ServiceSid in: path @@ -1136,8 +1124,6 @@ paths: mountName: asset_versions get: description: Retrieve a specific Asset Version. - tags: - - ServerlessV1AssetVersion parameters: - name: ServiceSid in: path @@ -1192,8 +1178,6 @@ paths: parent: /Services/{Sid} get: description: Retrieve a list of all Builds. - tags: - - ServerlessV1Build parameters: - name: ServiceSid in: path @@ -1264,8 +1248,6 @@ paths: post: description: Create a new Build resource. At least one function version or asset version is required. - tags: - - ServerlessV1Build parameters: - name: ServiceSid in: path @@ -1335,8 +1317,6 @@ paths: parent: /Services/{Sid} get: description: Retrieve a specific Build resource. - tags: - - ServerlessV1Build parameters: - name: ServiceSid in: path @@ -1367,8 +1347,6 @@ paths: - Beta delete: description: Delete a Build resource. - tags: - - ServerlessV1Build parameters: - name: ServiceSid in: path @@ -1406,8 +1384,6 @@ paths: mountName: build_status get: description: Retrieve a specific Build resource. - tags: - - ServerlessV1BuildStatus parameters: - name: ServiceSid in: path @@ -1450,8 +1426,6 @@ paths: parent: /Services/{ServiceSid}/Environments/{Sid} get: description: Retrieve a list of all Deployments. - tags: - - ServerlessV1Deployment parameters: - name: ServiceSid in: path @@ -1531,8 +1505,6 @@ paths: - Beta post: description: Create a new Deployment. - tags: - - ServerlessV1Deployment parameters: - name: ServiceSid in: path @@ -1588,8 +1560,6 @@ paths: parent: /Services/{ServiceSid}/Environments/{Sid} get: description: Retrieve a specific Deployment. - tags: - - ServerlessV1Deployment parameters: - name: ServiceSid in: path @@ -1646,8 +1616,6 @@ paths: parent: /Services/{Sid} get: description: Retrieve a list of all environments. - tags: - - ServerlessV1Environment parameters: - name: ServiceSid in: path @@ -1717,8 +1685,6 @@ paths: - Beta post: description: Create a new environment. - tags: - - ServerlessV1Environment parameters: - name: ServiceSid in: path @@ -1774,8 +1740,6 @@ paths: parent: /Services/{Sid} get: description: Retrieve a specific environment. - tags: - - ServerlessV1Environment parameters: - name: ServiceSid in: path @@ -1806,8 +1770,6 @@ paths: - Beta delete: description: Delete a specific environment. - tags: - - ServerlessV1Environment parameters: - name: ServiceSid in: path @@ -1848,8 +1810,6 @@ paths: parent: /Services/{Sid} get: description: Retrieve a list of all Functions. - tags: - - ServerlessV1Function parameters: - name: ServiceSid in: path @@ -1919,8 +1879,6 @@ paths: - Beta post: description: Create a new Function resource. - tags: - - ServerlessV1Function parameters: - name: ServiceSid in: path @@ -1969,8 +1927,6 @@ paths: parent: /Services/{Sid} get: description: Retrieve a specific Function resource. - tags: - - ServerlessV1Function parameters: - name: ServiceSid in: path @@ -2001,8 +1957,6 @@ paths: - Beta delete: description: Delete a Function resource. - tags: - - ServerlessV1Function parameters: - name: ServiceSid in: path @@ -2029,8 +1983,6 @@ paths: - Beta post: description: Update a specific Function resource. - tags: - - ServerlessV1Function parameters: - name: ServiceSid in: path @@ -2090,8 +2042,6 @@ paths: mountName: function_versions get: description: Retrieve a list of all Function Version resources. - tags: - - ServerlessV1FunctionVersion parameters: - name: ServiceSid in: path @@ -2188,8 +2138,6 @@ paths: mountName: function_versions get: description: Retrieve a specific Function Version resource. - tags: - - ServerlessV1FunctionVersion parameters: - name: ServiceSid in: path @@ -2242,8 +2190,6 @@ paths: mountName: function_version_content get: description: Retrieve a the content of a specific Function Version resource. - tags: - - ServerlessV1FunctionVersionContent parameters: - name: ServiceSid in: path @@ -2293,8 +2239,6 @@ paths: parent: /Services/{ServiceSid}/Environments/{Sid} get: description: Retrieve a list of all logs. - tags: - - ServerlessV1Log parameters: - name: ServiceSid in: path @@ -2404,8 +2348,6 @@ paths: parent: /Services/{ServiceSid}/Environments/{Sid} get: description: Retrieve a specific log. - tags: - - ServerlessV1Log parameters: - name: ServiceSid in: path @@ -2461,8 +2403,6 @@ paths: build: '{service_sid: sid}' get: description: Retrieve a list of all Services. - tags: - - ServerlessV1Service parameters: - name: PageSize in: query @@ -2526,8 +2466,6 @@ paths: - Beta post: description: Create a new Service resource. - tags: - - ServerlessV1Service responses: '201': content: @@ -2586,8 +2524,6 @@ paths: build: '{service_sid: sid}' get: description: Retrieve a specific Service resource. - tags: - - ServerlessV1Service parameters: - name: Sid in: path @@ -2609,8 +2545,6 @@ paths: - Beta delete: description: Delete a Service resource. - tags: - - ServerlessV1Service parameters: - name: Sid in: path @@ -2628,8 +2562,6 @@ paths: - Beta post: description: Update a specific Service resource. - tags: - - ServerlessV1Service parameters: - name: Sid in: path @@ -2681,8 +2613,6 @@ paths: parent: /Services/{ServiceSid}/Environments/{Sid} get: description: Retrieve a list of all Variables. - tags: - - ServerlessV1Variable parameters: - name: ServiceSid in: path @@ -2761,8 +2691,6 @@ paths: - Beta post: description: Create a new Variable. - tags: - - ServerlessV1Variable parameters: - name: ServiceSid in: path @@ -2822,8 +2750,6 @@ paths: parent: /Services/{ServiceSid}/Environments/{Sid} get: description: Retrieve a specific Variable. - tags: - - ServerlessV1Variable parameters: - name: ServiceSid in: path @@ -2863,8 +2789,6 @@ paths: - Beta post: description: Update a specific Variable. - tags: - - ServerlessV1Variable parameters: - name: ServiceSid in: path @@ -2919,8 +2843,6 @@ paths: It can be a maximum of 450 bytes in size. delete: description: Delete a specific Variable. - tags: - - ServerlessV1Variable parameters: - name: ServiceSid in: path @@ -2956,19 +2878,6 @@ paths: - Beta servers: - url: https://serverless.twilio.com -tags: -- name: ServerlessV1Asset -- name: ServerlessV1AssetVersion -- name: ServerlessV1Build -- name: ServerlessV1BuildStatus -- name: ServerlessV1Deployment -- name: ServerlessV1Environment -- name: ServerlessV1Function -- name: ServerlessV1FunctionVersion -- name: ServerlessV1FunctionVersionContent -- name: ServerlessV1Log -- name: ServerlessV1Service -- name: ServerlessV1Variable x-maturity: - name: Beta description: PLEASE NOTE that this is a Beta product that is subject to change. diff --git a/spec/yaml/twilio_studio_v1.yaml b/spec/yaml/twilio_studio_v1.yaml index 1d9bfd0c..94ffec93 100644 --- a/spec/yaml/twilio_studio_v1.yaml +++ b/spec/yaml/twilio_studio_v1.yaml @@ -531,7 +531,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/Flows/{FlowSid}/Engagements: @@ -551,8 +551,6 @@ paths: parent: /Flows/{Sid} get: description: Retrieve a list of all Engagements for the Flow. - tags: - - StudioV1Engagement parameters: - name: FlowSid in: path @@ -625,8 +623,6 @@ paths: - GA post: description: Triggers a new Engagement for the Flow - tags: - - StudioV1Engagement parameters: - name: FlowSid in: path @@ -695,8 +691,6 @@ paths: parent: /Flows/{Sid} get: description: Retrieve an Engagement - tags: - - StudioV1Engagement parameters: - name: FlowSid in: path @@ -730,8 +724,6 @@ paths: - GA delete: description: Delete this Engagement and all Steps relating to it. - tags: - - StudioV1Engagement parameters: - name: FlowSid in: path @@ -771,8 +763,6 @@ paths: mountName: engagement_context get: description: Retrieve the most recent context for an Engagement. - tags: - - StudioV1EngagementContext parameters: - name: FlowSid in: path @@ -821,8 +811,6 @@ paths: parent: /Flows/{Sid} get: description: Retrieve a list of all Executions for the Flow. - tags: - - StudioV1Execution parameters: - name: FlowSid in: path @@ -909,8 +897,6 @@ paths: - GA post: description: Triggers a new Execution for the Flow - tags: - - StudioV1Execution parameters: - name: FlowSid in: path @@ -980,8 +966,6 @@ paths: parent: /Flows/{Sid} get: description: Retrieve an Execution - tags: - - StudioV1Execution parameters: - name: FlowSid in: path @@ -1015,8 +999,6 @@ paths: - GA delete: description: Delete the Execution and all Steps relating to it. - tags: - - StudioV1Execution parameters: - name: FlowSid in: path @@ -1046,8 +1028,6 @@ paths: - GA post: description: Update the status of an Execution to `ended`. - tags: - - StudioV1Execution parameters: - name: FlowSid in: path @@ -1104,8 +1084,6 @@ paths: mountName: execution_context get: description: Retrieve the most recent context for an Execution. - tags: - - StudioV1ExecutionContext parameters: - name: FlowSid in: path @@ -1154,8 +1132,6 @@ paths: className: execution_step get: description: Retrieve a list of all Steps for an Execution. - tags: - - StudioV1ExecutionStep parameters: - name: FlowSid in: path @@ -1252,8 +1228,6 @@ paths: className: execution_step get: description: Retrieve a Step. - tags: - - StudioV1ExecutionStep parameters: - name: FlowSid in: path @@ -1307,8 +1281,6 @@ paths: className: execution_step_context get: description: Retrieve the context for an Execution Step. - tags: - - StudioV1ExecutionStepContext parameters: - name: FlowSid in: path @@ -1365,8 +1337,6 @@ paths: execution: '{flow_sid: sid}' get: description: Retrieve a list of all Flows. - tags: - - StudioV1Flow parameters: - name: PageSize in: query @@ -1444,8 +1414,6 @@ paths: execution: '{flow_sid: sid}' get: description: Retrieve a specific Flow. - tags: - - StudioV1Flow parameters: - name: Sid in: path @@ -1470,8 +1438,6 @@ paths: - GA delete: description: Delete a specific Flow. - tags: - - StudioV1Flow parameters: - name: Sid in: path @@ -1507,8 +1473,6 @@ paths: parent: /Flows/{FlowSid}/Engagements/{Sid} get: description: Retrieve a list of all Steps for an Engagement. - tags: - - StudioV1Step parameters: - name: FlowSid in: path @@ -1605,8 +1569,6 @@ paths: parent: /Flows/{FlowSid}/Engagements/{Sid} get: description: Retrieve a Step. - tags: - - StudioV1Step parameters: - name: FlowSid in: path @@ -1659,8 +1621,6 @@ paths: mountName: step_context get: description: Retrieve the context for an Engagement Step. - tags: - - StudioV1StepContext parameters: - name: FlowSid in: path @@ -1703,16 +1663,6 @@ paths: - GA servers: - url: https://studio.twilio.com -tags: -- name: StudioV1Engagement -- name: StudioV1EngagementContext -- name: StudioV1Execution -- name: StudioV1ExecutionContext -- name: StudioV1ExecutionStep -- name: StudioV1ExecutionStepContext -- name: StudioV1Flow -- name: StudioV1Step -- name: StudioV1StepContext x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_studio_v2.yaml b/spec/yaml/twilio_studio_v2.yaml index e3ab9439..7b5c5c41 100644 --- a/spec/yaml/twilio_studio_v2.yaml +++ b/spec/yaml/twilio_studio_v2.yaml @@ -424,7 +424,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: /v2/Flows/{FlowSid}/Executions: @@ -443,8 +443,6 @@ paths: parent: /Flows/{Sid} get: description: Retrieve a list of all Executions for the Flow. - tags: - - StudioV2Execution parameters: - name: FlowSid in: path @@ -531,8 +529,6 @@ paths: - GA post: description: Triggers a new Execution for the Flow - tags: - - StudioV2Execution parameters: - name: FlowSid in: path @@ -601,8 +597,6 @@ paths: parent: /Flows/{Sid} get: description: Retrieve an Execution - tags: - - StudioV2Execution parameters: - name: FlowSid in: path @@ -636,8 +630,6 @@ paths: - GA delete: description: Delete the Execution and all Steps relating to it. - tags: - - StudioV2Execution parameters: - name: FlowSid in: path @@ -667,8 +659,6 @@ paths: - GA post: description: Update the status of an Execution to `ended`. - tags: - - StudioV2Execution parameters: - name: FlowSid in: path @@ -725,8 +715,6 @@ paths: mountName: execution_context get: description: Retrieve the most recent context for an Execution. - tags: - - StudioV2ExecutionContext parameters: - name: FlowSid in: path @@ -775,8 +763,6 @@ paths: className: execution_step get: description: Retrieve a list of all Steps for an Execution. - tags: - - StudioV2ExecutionStep parameters: - name: FlowSid in: path @@ -873,8 +859,6 @@ paths: className: execution_step get: description: Retrieve a Step. - tags: - - StudioV2ExecutionStep parameters: - name: FlowSid in: path @@ -928,8 +912,6 @@ paths: className: execution_step_context get: description: Retrieve the context for an Execution Step. - tags: - - StudioV2ExecutionStepContext parameters: - name: FlowSid in: path @@ -987,8 +969,6 @@ paths: execution: '{flow_sid: sid}' post: description: Create a Flow. - tags: - - StudioV2Flow responses: '201': content: @@ -1026,8 +1006,6 @@ paths: - Definition get: description: Retrieve a list of all Flows. - tags: - - StudioV2Flow parameters: - name: PageSize in: query @@ -1106,8 +1084,6 @@ paths: execution: '{flow_sid: sid}' post: description: Update a Flow. - tags: - - StudioV2Flow parameters: - name: Sid in: path @@ -1153,8 +1129,6 @@ paths: - Status get: description: Retrieve a specific Flow. - tags: - - StudioV2Flow parameters: - name: Sid in: path @@ -1179,8 +1153,6 @@ paths: - GA delete: description: Delete a specific Flow. - tags: - - StudioV2Flow parameters: - name: Sid in: path @@ -1214,8 +1186,6 @@ paths: className: flow_revision get: description: Retrieve a list of all Flows revisions. - tags: - - StudioV2FlowRevision parameters: - name: Sid in: path @@ -1301,8 +1271,6 @@ paths: className: flow_revision get: description: Retrieve a specific Flow revision. - tags: - - StudioV2FlowRevision parameters: - name: Sid in: path @@ -1342,8 +1310,6 @@ paths: mountName: flow_validate post: description: Validate flow JSON definition - tags: - - StudioV2FlowValidate responses: '200': content: @@ -1391,8 +1357,6 @@ paths: className: flow_test_user get: description: Fetch flow test users - tags: - - StudioV2FlowTestUser parameters: - name: Sid in: path @@ -1417,8 +1381,6 @@ paths: - GA post: description: Update flow test users - tags: - - StudioV2FlowTestUser parameters: - name: Sid in: path @@ -1458,15 +1420,6 @@ paths: - TestUsers servers: - url: https://studio.twilio.com -tags: -- name: StudioV2Execution -- name: StudioV2ExecutionContext -- name: StudioV2ExecutionStep -- name: StudioV2ExecutionStepContext -- name: StudioV2Flow -- name: StudioV2FlowRevision -- name: StudioV2FlowTestUser -- name: StudioV2FlowValidate x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_supersim_v1.yaml b/spec/yaml/twilio_supersim_v1.yaml index 566d2292..8041e17f 100644 --- a/spec/yaml/twilio_supersim_v1.yaml +++ b/spec/yaml/twilio_supersim_v1.yaml @@ -858,7 +858,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/Sims/{SimSid}/BillingPeriods: @@ -876,8 +876,6 @@ paths: parent: /Sims/{Sid} get: description: Retrieve a list of Billing Periods for a Super SIM. - tags: - - SupersimV1BillingPeriod parameters: - name: SimSid in: path @@ -957,8 +955,6 @@ paths: mountName: esim_profiles post: description: Order an eSIM Profile. - tags: - - SupersimV1EsimProfile responses: '201': content: @@ -1009,8 +1005,6 @@ paths: description: Identifier of the eUICC that will claim the eSIM Profile. get: description: Retrieve a list of eSIM Profiles. - tags: - - SupersimV1EsimProfile parameters: - name: Eid in: query @@ -1102,8 +1096,6 @@ paths: mountName: esim_profiles get: description: Fetch an eSIM Profile. - tags: - - SupersimV1EsimProfile parameters: - name: Sid in: path @@ -1136,8 +1128,6 @@ paths: pathType: list post: description: Create a Fleet - tags: - - SupersimV1Fleet responses: '201': content: @@ -1226,8 +1216,6 @@ paths: - NetworkAccessProfile get: description: Retrieve a list of Fleets from your account. - tags: - - SupersimV1Fleet parameters: - name: NetworkAccessProfile in: query @@ -1308,8 +1296,6 @@ paths: pathType: instance get: description: Fetch a Fleet instance from your account. - tags: - - SupersimV1Fleet parameters: - name: Sid in: path @@ -1332,8 +1318,6 @@ paths: post: description: Updates the given properties of a Super SIM Fleet instance from your account. - tags: - - SupersimV1Fleet parameters: - name: Sid in: path @@ -1428,8 +1412,6 @@ paths: pathType: list post: description: Send an IP Command to a Super SIM. - tags: - - SupersimV1IpCommand responses: '201': content: @@ -1490,8 +1472,6 @@ paths: - DevicePort get: description: Retrieve a list of IP Commands from your account. - tags: - - SupersimV1IpCommand parameters: - name: Sim in: query @@ -1593,8 +1573,6 @@ paths: pathType: instance get: description: Fetch IP Command instance from your account. - tags: - - SupersimV1IpCommand parameters: - name: Sid in: path @@ -1627,8 +1605,6 @@ paths: pathType: instance get: description: Fetch a Network resource. - tags: - - SupersimV1Network parameters: - name: Sid in: path @@ -1661,8 +1637,6 @@ paths: pathType: list get: description: Retrieve a list of Network resources. - tags: - - SupersimV1Network parameters: - name: IsoCountry in: query @@ -1756,8 +1730,6 @@ paths: network_access_profile_network: '{network_access_profile_sid: sid}' post: description: Create a new Network Access Profile - tags: - - SupersimV1NetworkAccessProfile responses: '201': content: @@ -1790,8 +1762,6 @@ paths: will allow connections to. get: description: Retrieve a list of Network Access Profiles from your account. - tags: - - SupersimV1NetworkAccessProfile parameters: - name: PageSize in: query @@ -1867,8 +1837,6 @@ paths: network_access_profile_network: '{network_access_profile_sid: sid}' get: description: Fetch a Network Access Profile instance from your account. - tags: - - SupersimV1NetworkAccessProfile parameters: - name: Sid in: path @@ -1891,8 +1859,6 @@ paths: post: description: Updates the given properties of a Network Access Profile in your account. - tags: - - SupersimV1NetworkAccessProfile parameters: - name: Sid in: path @@ -1935,8 +1901,6 @@ paths: className: network_access_profile_network get: description: Retrieve a list of Network Access Profile resource's Network resource. - tags: - - SupersimV1NetworkAccessProfileNetwork parameters: - name: NetworkAccessProfileSid in: path @@ -2007,8 +1971,6 @@ paths: - Beta post: description: Add a Network resource to the Network Access Profile resource. - tags: - - SupersimV1NetworkAccessProfileNetwork parameters: - name: NetworkAccessProfileSid in: path @@ -2058,8 +2020,6 @@ paths: className: network_access_profile_network delete: description: Remove a Network resource from the Network Access Profile resource's. - tags: - - SupersimV1NetworkAccessProfileNetwork parameters: - name: NetworkAccessProfileSid in: path @@ -2091,8 +2051,6 @@ paths: - Beta get: description: Fetch a Network Access Profile resource's Network resource. - tags: - - SupersimV1NetworkAccessProfileNetwork parameters: - name: NetworkAccessProfileSid in: path @@ -2135,8 +2093,6 @@ paths: pathType: list get: description: Retrieve a list of Settings Updates. - tags: - - SupersimV1SettingsUpdate parameters: - name: Sim in: query @@ -2225,8 +2181,6 @@ paths: sim_ip_address: '{sim_sid: sid}' post: description: Register a Super SIM to your Account - tags: - - SupersimV1Sim responses: '201': content: @@ -2259,8 +2213,6 @@ paths: - RegistrationCode get: description: Retrieve a list of Super SIMs from your account. - tags: - - SupersimV1Sim parameters: - name: Status in: query @@ -2357,8 +2309,6 @@ paths: sim_ip_address: '{sim_sid: sid}' get: description: Fetch a Super SIM instance from your account. - tags: - - SupersimV1Sim parameters: - name: Sid in: path @@ -2381,8 +2331,6 @@ paths: post: description: Updates the given properties of a Super SIM instance from your account. - tags: - - SupersimV1Sim parameters: - name: Sid in: path @@ -2466,8 +2414,6 @@ paths: mountName: sim_ip_addresses get: description: Retrieve a list of IP Addresses for the given Super SIM. - tags: - - SupersimV1SimIpAddress parameters: - name: SimSid in: path @@ -2547,8 +2493,6 @@ paths: pathType: list post: description: Send SMS Command to a Sim. - tags: - - SupersimV1SmsCommand responses: '201': content: @@ -2597,8 +2541,6 @@ paths: - Payload get: description: Retrieve a list of SMS Commands from your account. - tags: - - SupersimV1SmsCommand parameters: - name: Sim in: query @@ -2694,8 +2636,6 @@ paths: pathType: instance get: description: Fetch SMS Command instance from your account. - tags: - - SupersimV1SmsCommand parameters: - name: Sid in: path @@ -2729,8 +2669,6 @@ paths: pathType: list get: description: List UsageRecords - tags: - - SupersimV1UsageRecord parameters: - name: Sim in: query @@ -2856,19 +2794,6 @@ paths: - Beta servers: - url: https://supersim.twilio.com -tags: -- name: SupersimV1BillingPeriod -- name: SupersimV1EsimProfile -- name: SupersimV1Fleet -- name: SupersimV1IpCommand -- name: SupersimV1Network -- name: SupersimV1NetworkAccessProfile -- name: SupersimV1NetworkAccessProfileNetwork -- name: SupersimV1SettingsUpdate -- name: SupersimV1Sim -- name: SupersimV1SimIpAddress -- name: SupersimV1SmsCommand -- name: SupersimV1UsageRecord x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_sync_v1.yaml b/spec/yaml/twilio_sync_v1.yaml index da764246..4696697f 100644 --- a/spec/yaml/twilio_sync_v1.yaml +++ b/spec/yaml/twilio_sync_v1.yaml @@ -720,7 +720,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/Services/{ServiceSid}/Documents/{Sid}: @@ -738,8 +738,6 @@ paths: parent: /Services/{Sid} get: description: '' - tags: - - SyncV1Document parameters: - name: ServiceSid in: path @@ -769,8 +767,6 @@ paths: - GA delete: description: '' - tags: - - SyncV1Document parameters: - name: ServiceSid in: path @@ -796,8 +792,6 @@ paths: - GA post: description: '' - tags: - - SyncV1Document parameters: - name: ServiceSid in: path @@ -859,8 +853,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - SyncV1Document parameters: - name: ServiceSid in: path @@ -902,8 +894,6 @@ paths: time-to-live). get: description: '' - tags: - - SyncV1Document parameters: - name: ServiceSid in: path @@ -987,8 +977,6 @@ paths: mountName: document_permissions get: description: Fetch a specific Sync Document Permission. - tags: - - SyncV1DocumentPermission parameters: - name: ServiceSid in: path @@ -1025,8 +1013,6 @@ paths: - GA delete: description: Delete a specific Sync Document Permission. - tags: - - SyncV1DocumentPermission parameters: - name: ServiceSid in: path @@ -1059,8 +1045,6 @@ paths: - GA post: description: Update an identity's access to a specific Sync Document. - tags: - - SyncV1DocumentPermission parameters: - name: ServiceSid in: path @@ -1133,8 +1117,6 @@ paths: mountName: document_permissions get: description: Retrieve a list of all Permissions applying to a Sync Document. - tags: - - SyncV1DocumentPermission parameters: - name: ServiceSid in: path @@ -1227,8 +1209,6 @@ paths: sync_stream: '{service_sid: sid}' get: description: '' - tags: - - SyncV1Service parameters: - name: Sid in: path @@ -1250,8 +1230,6 @@ paths: - GA delete: description: '' - tags: - - SyncV1Service parameters: - name: Sid in: path @@ -1269,8 +1247,6 @@ paths: - GA post: description: '' - tags: - - SyncV1Service parameters: - name: Sid in: path @@ -1351,8 +1327,6 @@ paths: sync_stream: '{service_sid: sid}' post: description: '' - tags: - - SyncV1Service responses: '201': content: @@ -1411,8 +1385,6 @@ paths: is `false`. get: description: '' - tags: - - SyncV1Service parameters: - name: PageSize in: query @@ -1486,8 +1458,6 @@ paths: mountName: stream_messages post: description: Create a new Stream Message. - tags: - - SyncV1StreamMessage parameters: - name: ServiceSid in: path @@ -1545,8 +1515,6 @@ paths: mountName: sync_lists get: description: '' - tags: - - SyncV1SyncList parameters: - name: ServiceSid in: path @@ -1576,8 +1544,6 @@ paths: - GA delete: description: '' - tags: - - SyncV1SyncList parameters: - name: ServiceSid in: path @@ -1603,8 +1569,6 @@ paths: - GA post: description: '' - tags: - - SyncV1SyncList parameters: - name: ServiceSid in: path @@ -1664,8 +1628,6 @@ paths: mountName: sync_lists post: description: '' - tags: - - SyncV1SyncList parameters: - name: ServiceSid in: path @@ -1710,8 +1672,6 @@ paths: before the Sync List expires (time-to-live) and is deleted. get: description: '' - tags: - - SyncV1SyncList parameters: - name: ServiceSid in: path @@ -1794,8 +1754,6 @@ paths: mountName: sync_list_items get: description: '' - tags: - - SyncV1SyncListItem parameters: - name: ServiceSid in: path @@ -1831,8 +1789,6 @@ paths: - GA delete: description: '' - tags: - - SyncV1SyncListItem parameters: - name: ServiceSid in: path @@ -1872,8 +1828,6 @@ paths: - GA post: description: '' - tags: - - SyncV1SyncListItem parameters: - name: ServiceSid in: path @@ -1953,8 +1907,6 @@ paths: mountName: sync_list_items post: description: '' - tags: - - SyncV1SyncListItem parameters: - name: ServiceSid in: path @@ -2009,8 +1961,6 @@ paths: - Data get: description: '' - tags: - - SyncV1SyncListItem parameters: - name: ServiceSid in: path @@ -2122,8 +2072,6 @@ paths: mountName: sync_list_permissions get: description: Fetch a specific Sync List Permission. - tags: - - SyncV1SyncListPermission parameters: - name: ServiceSid in: path @@ -2160,8 +2108,6 @@ paths: - GA delete: description: Delete a specific Sync List Permission. - tags: - - SyncV1SyncListPermission parameters: - name: ServiceSid in: path @@ -2194,8 +2140,6 @@ paths: - GA post: description: Update an identity's access to a specific Sync List. - tags: - - SyncV1SyncListPermission parameters: - name: ServiceSid in: path @@ -2268,8 +2212,6 @@ paths: mountName: sync_list_permissions get: description: Retrieve a list of all Permissions applying to a Sync List. - tags: - - SyncV1SyncListPermission parameters: - name: ServiceSid in: path @@ -2362,8 +2304,6 @@ paths: mountName: sync_maps get: description: '' - tags: - - SyncV1SyncMap parameters: - name: ServiceSid in: path @@ -2393,8 +2333,6 @@ paths: - GA delete: description: '' - tags: - - SyncV1SyncMap parameters: - name: ServiceSid in: path @@ -2420,8 +2358,6 @@ paths: - GA post: description: '' - tags: - - SyncV1SyncMap parameters: - name: ServiceSid in: path @@ -2481,8 +2417,6 @@ paths: mountName: sync_maps post: description: '' - tags: - - SyncV1SyncMap parameters: - name: ServiceSid in: path @@ -2525,8 +2459,6 @@ paths: before the Sync Map expires (time-to-live) and is deleted. get: description: '' - tags: - - SyncV1SyncMap parameters: - name: ServiceSid in: path @@ -2609,8 +2541,6 @@ paths: mountName: sync_map_items get: description: '' - tags: - - SyncV1SyncMapItem parameters: - name: ServiceSid in: path @@ -2646,8 +2576,6 @@ paths: - GA delete: description: '' - tags: - - SyncV1SyncMapItem parameters: - name: ServiceSid in: path @@ -2687,8 +2615,6 @@ paths: - GA post: description: '' - tags: - - SyncV1SyncMapItem parameters: - name: ServiceSid in: path @@ -2768,8 +2694,6 @@ paths: mountName: sync_map_items post: description: '' - tags: - - SyncV1SyncMapItem parameters: - name: ServiceSid in: path @@ -2829,8 +2753,6 @@ paths: - Data get: description: '' - tags: - - SyncV1SyncMapItem parameters: - name: ServiceSid in: path @@ -2944,8 +2866,6 @@ paths: mountName: sync_map_permissions get: description: Fetch a specific Sync Map Permission. - tags: - - SyncV1SyncMapPermission parameters: - name: ServiceSid in: path @@ -2983,8 +2903,6 @@ paths: - GA delete: description: Delete a specific Sync Map Permission. - tags: - - SyncV1SyncMapPermission parameters: - name: ServiceSid in: path @@ -3018,8 +2936,6 @@ paths: - GA post: description: Update an identity's access to a specific Sync Map. - tags: - - SyncV1SyncMapPermission parameters: - name: ServiceSid in: path @@ -3093,8 +3009,6 @@ paths: mountName: sync_map_permissions get: description: Retrieve a list of all Permissions applying to a Sync Map. - tags: - - SyncV1SyncMapPermission parameters: - name: ServiceSid in: path @@ -3187,8 +3101,6 @@ paths: mountName: sync_streams get: description: Fetch a specific Stream. - tags: - - SyncV1SyncStream parameters: - name: ServiceSid in: path @@ -3217,8 +3129,6 @@ paths: - GA delete: description: Delete a specific Stream. - tags: - - SyncV1SyncStream parameters: - name: ServiceSid in: path @@ -3243,8 +3153,6 @@ paths: - GA post: description: Update a specific Stream. - tags: - - SyncV1SyncStream parameters: - name: ServiceSid in: path @@ -3298,8 +3206,6 @@ paths: mountName: sync_streams post: description: Create a new Stream. - tags: - - SyncV1SyncStream parameters: - name: ServiceSid in: path @@ -3340,8 +3246,6 @@ paths: before the Stream expires and is deleted (time-to-live). get: description: Retrieve a list of all Streams in a Service Instance. - tags: - - SyncV1SyncStream parameters: - name: ServiceSid in: path @@ -3412,18 +3316,6 @@ paths: - GA servers: - url: https://sync.twilio.com -tags: -- name: SyncV1Document -- name: SyncV1DocumentPermission -- name: SyncV1Service -- name: SyncV1StreamMessage -- name: SyncV1SyncList -- name: SyncV1SyncListItem -- name: SyncV1SyncListPermission -- name: SyncV1SyncMap -- name: SyncV1SyncMapItem -- name: SyncV1SyncMapPermission -- name: SyncV1SyncStream x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_taskrouter_v1.yaml b/spec/yaml/twilio_taskrouter_v1.yaml index 8dff04bf..349b7d4d 100644 --- a/spec/yaml/twilio_taskrouter_v1.yaml +++ b/spec/yaml/twilio_taskrouter_v1.yaml @@ -1881,7 +1881,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/Workspaces/{WorkspaceSid}/Activities/{Sid}: @@ -1897,8 +1897,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Activity parameters: - name: WorkspaceSid in: path @@ -1932,8 +1930,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Activity parameters: - name: WorkspaceSid in: path @@ -1981,8 +1977,6 @@ paths: friendly names include: `on-call`, `break`, and `email`.' delete: description: '' - tags: - - TaskrouterV1Activity parameters: - name: WorkspaceSid in: path @@ -2023,8 +2017,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Activity parameters: - name: WorkspaceSid in: path @@ -2110,8 +2102,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Activity parameters: - name: WorkspaceSid in: path @@ -2170,8 +2160,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Event parameters: - name: WorkspaceSid in: path @@ -2216,8 +2204,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Event parameters: - name: WorkspaceSid in: path @@ -2392,8 +2378,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Task parameters: - name: WorkspaceSid in: path @@ -2427,8 +2411,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Task parameters: - name: WorkspaceSid in: path @@ -2502,8 +2484,6 @@ paths: such as `voice`, `sms`, or `default`. delete: description: '' - tags: - - TaskrouterV1Task parameters: - name: WorkspaceSid in: path @@ -2555,8 +2535,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Task parameters: - name: WorkspaceSid in: path @@ -2698,8 +2676,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Task parameters: - name: WorkspaceSid in: path @@ -2777,8 +2753,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1TaskChannel parameters: - name: WorkspaceSid in: path @@ -2809,8 +2783,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1TaskChannel parameters: - name: WorkspaceSid in: path @@ -2857,8 +2829,6 @@ paths: are prioritized. delete: description: '' - tags: - - TaskrouterV1TaskChannel parameters: - name: WorkspaceSid in: path @@ -2896,8 +2866,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1TaskChannel parameters: - name: WorkspaceSid in: path @@ -2970,8 +2938,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1TaskChannel parameters: - name: WorkspaceSid in: path @@ -3036,8 +3002,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1TaskQueue parameters: - name: WorkspaceSid in: path @@ -3071,8 +3035,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1TaskQueue parameters: - name: WorkspaceSid in: path @@ -3150,8 +3112,6 @@ paths: For more information, see [Queue Ordering](https://www.twilio.com/docs/taskrouter/queue-ordering-last-first-out-lifo).' delete: description: '' - tags: - - TaskrouterV1TaskQueue parameters: - name: WorkspaceSid in: path @@ -3198,8 +3158,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1TaskQueue parameters: - name: WorkspaceSid in: path @@ -3296,8 +3254,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1TaskQueue parameters: - name: WorkspaceSid in: path @@ -3393,8 +3349,6 @@ paths: className: task_queue_cumulative_statistics get: description: '' - tags: - - TaskrouterV1TaskQueueCumulativeStatistics parameters: - name: WorkspaceSid in: path @@ -3477,8 +3431,6 @@ paths: className: task_queue_real_time_statistics get: description: '' - tags: - - TaskrouterV1TaskQueueRealTimeStatistics parameters: - name: WorkspaceSid in: path @@ -3528,8 +3480,6 @@ paths: className: task_queue_statistics get: description: '' - tags: - - TaskrouterV1TaskQueueStatistics parameters: - name: WorkspaceSid in: path @@ -3609,8 +3559,6 @@ paths: className: task_queues_statistics get: description: '' - tags: - - TaskrouterV1TaskQueuesStatistics parameters: - name: WorkspaceSid in: path @@ -3735,8 +3683,6 @@ paths: parent: /Workspaces/{WorkspaceSid}/Tasks/{Sid} get: description: '' - tags: - - TaskrouterV1Reservation parameters: - name: WorkspaceSid in: path @@ -3847,8 +3793,6 @@ paths: parent: /Workspaces/{WorkspaceSid}/Tasks/{Sid} get: description: '' - tags: - - TaskrouterV1Reservation parameters: - name: WorkspaceSid in: path @@ -3893,8 +3837,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Reservation parameters: - name: WorkspaceSid in: path @@ -4264,8 +4206,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Worker parameters: - name: WorkspaceSid in: path @@ -4391,8 +4331,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Worker parameters: - name: WorkspaceSid in: path @@ -4462,8 +4400,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Worker parameters: - name: WorkspaceSid in: path @@ -4497,8 +4433,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Worker parameters: - name: WorkspaceSid in: path @@ -4567,8 +4501,6 @@ paths: resource has its `availability` property set to `False`. delete: description: '' - tags: - - TaskrouterV1Worker parameters: - name: WorkspaceSid in: path @@ -4615,8 +4547,6 @@ paths: mountName: worker_channels get: description: '' - tags: - - TaskrouterV1WorkerChannel parameters: - name: WorkspaceSid in: path @@ -4710,8 +4640,6 @@ paths: mountName: worker_channels get: description: '' - tags: - - TaskrouterV1WorkerChannel parameters: - name: WorkspaceSid in: path @@ -4751,8 +4679,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1WorkerChannel parameters: - name: WorkspaceSid in: path @@ -4820,8 +4746,6 @@ paths: className: worker_statistics get: description: '' - tags: - - TaskrouterV1WorkerStatistics parameters: - name: WorkspaceSid in: path @@ -4894,8 +4818,6 @@ paths: parent: /Workspaces/{WorkspaceSid}/Workers/{Sid} get: description: '' - tags: - - TaskrouterV1Reservation parameters: - name: WorkspaceSid in: path @@ -4998,8 +4920,6 @@ paths: parent: /Workspaces/{WorkspaceSid}/Workers/{Sid} get: description: '' - tags: - - TaskrouterV1Reservation parameters: - name: WorkspaceSid in: path @@ -5044,8 +4964,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Reservation parameters: - name: WorkspaceSid in: path @@ -5402,8 +5320,6 @@ paths: className: workers_statistics get: description: '' - tags: - - TaskrouterV1WorkersStatistics parameters: - name: WorkspaceSid in: path @@ -5492,8 +5408,6 @@ paths: className: workers_cumulative_statistics get: description: '' - tags: - - TaskrouterV1WorkersCumulativeStatistics parameters: - name: WorkspaceSid in: path @@ -5557,8 +5471,6 @@ paths: className: workers_real_time_statistics get: description: '' - tags: - - TaskrouterV1WorkersRealTimeStatistics parameters: - name: WorkspaceSid in: path @@ -5607,8 +5519,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Workflow parameters: - name: WorkspaceSid in: path @@ -5642,8 +5552,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Workflow parameters: - name: WorkspaceSid in: path @@ -5715,8 +5623,6 @@ paths: through the assignment loop again. delete: description: '' - tags: - - TaskrouterV1Workflow parameters: - name: WorkspaceSid in: path @@ -5763,8 +5669,6 @@ paths: parent: /Workspaces/{Sid} get: description: '' - tags: - - TaskrouterV1Workflow parameters: - name: WorkspaceSid in: path @@ -5842,8 +5746,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Workflow parameters: - name: WorkspaceSid in: path @@ -5918,8 +5820,6 @@ paths: className: workflow_cumulative_statistics get: description: '' - tags: - - TaskrouterV1WorkflowCumulativeStatistics parameters: - name: WorkspaceSid in: path @@ -6007,8 +5907,6 @@ paths: className: workflow_real_time_statistics get: description: '' - tags: - - TaskrouterV1WorkflowRealTimeStatistics parameters: - name: WorkspaceSid in: path @@ -6060,8 +5958,6 @@ paths: className: workflow_statistics get: description: '' - tags: - - TaskrouterV1WorkflowStatistics parameters: - name: WorkspaceSid in: path @@ -6158,8 +6054,6 @@ paths: task_channel: '{workspace_sid: sid}' get: description: '' - tags: - - TaskrouterV1Workspace parameters: - name: Sid in: path @@ -6184,8 +6078,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Workspace parameters: - name: Sid in: path @@ -6268,8 +6160,6 @@ paths: or `FIFO`. For more information, see [Queue Ordering](https://www.twilio.com/docs/taskrouter/queue-ordering-last-first-out-lifo).' delete: description: '' - tags: - - TaskrouterV1Workspace parameters: - name: Sid in: path @@ -6311,8 +6201,6 @@ paths: task_channel: '{workspace_sid: sid}' get: description: '' - tags: - - TaskrouterV1Workspace parameters: - name: FriendlyName in: query @@ -6382,8 +6270,6 @@ paths: - GA post: description: '' - tags: - - TaskrouterV1Workspace responses: '201': content: @@ -6465,8 +6351,6 @@ paths: className: workspace_cumulative_statistics get: description: '' - tags: - - TaskrouterV1WorkspaceCumulativeStatistics parameters: - name: WorkspaceSid in: path @@ -6544,8 +6428,6 @@ paths: className: workspace_real_time_statistics get: description: '' - tags: - - TaskrouterV1WorkspaceRealTimeStatistics parameters: - name: WorkspaceSid in: path @@ -6587,8 +6469,6 @@ paths: className: workspace_statistics get: description: '' - tags: - - TaskrouterV1WorkspaceStatistics parameters: - name: WorkspaceSid in: path @@ -6653,31 +6533,6 @@ paths: - GA servers: - url: https://taskrouter.twilio.com -tags: -- name: TaskrouterV1Activity -- name: TaskrouterV1Event -- name: TaskrouterV1Reservation -- name: TaskrouterV1Task -- name: TaskrouterV1TaskChannel -- name: TaskrouterV1TaskQueue -- name: TaskrouterV1TaskQueueCumulativeStatistics -- name: TaskrouterV1TaskQueueRealTimeStatistics -- name: TaskrouterV1TaskQueueStatistics -- name: TaskrouterV1TaskQueuesStatistics -- name: TaskrouterV1Worker -- name: TaskrouterV1WorkerChannel -- name: TaskrouterV1WorkerStatistics -- name: TaskrouterV1WorkersCumulativeStatistics -- name: TaskrouterV1WorkersRealTimeStatistics -- name: TaskrouterV1WorkersStatistics -- name: TaskrouterV1Workflow -- name: TaskrouterV1WorkflowCumulativeStatistics -- name: TaskrouterV1WorkflowRealTimeStatistics -- name: TaskrouterV1WorkflowStatistics -- name: TaskrouterV1Workspace -- name: TaskrouterV1WorkspaceCumulativeStatistics -- name: TaskrouterV1WorkspaceRealTimeStatistics -- name: TaskrouterV1WorkspaceStatistics x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_trunking_v1.yaml b/spec/yaml/twilio_trunking_v1.yaml index 7d61ee19..aa62cc2f 100644 --- a/spec/yaml/twilio_trunking_v1.yaml +++ b/spec/yaml/twilio_trunking_v1.yaml @@ -555,7 +555,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/Trunks/{TrunkSid}/CredentialLists/{Sid}: @@ -573,8 +573,6 @@ paths: className: credential_list get: description: '' - tags: - - TrunkingV1CredentialList parameters: - name: TrunkSid in: path @@ -609,8 +607,6 @@ paths: - GA delete: description: '' - tags: - - TrunkingV1CredentialList parameters: - name: TrunkSid in: path @@ -654,8 +650,6 @@ paths: className: credential_list post: description: '' - tags: - - TrunkingV1CredentialList parameters: - name: TrunkSid in: path @@ -697,8 +691,6 @@ paths: - CredentialListSid get: description: '' - tags: - - TrunkingV1CredentialList parameters: - name: TrunkSid in: path @@ -782,8 +774,6 @@ paths: parent: /Trunks/{Sid} get: description: '' - tags: - - TrunkingV1IpAccessControlList parameters: - name: TrunkSid in: path @@ -819,8 +809,6 @@ paths: - GA delete: description: Remove an associated IP Access Control List from a Trunk - tags: - - TrunkingV1IpAccessControlList parameters: - name: TrunkSid in: path @@ -863,8 +851,6 @@ paths: parent: /Trunks/{Sid} post: description: Associate an IP Access Control List with a Trunk - tags: - - TrunkingV1IpAccessControlList parameters: - name: TrunkSid in: path @@ -906,8 +892,6 @@ paths: - IpAccessControlListSid get: description: List all IP Access Control Lists for a Trunk - tags: - - TrunkingV1IpAccessControlList parameters: - name: TrunkSid in: path @@ -994,8 +978,6 @@ paths: parent: /Trunks/{Sid} get: description: '' - tags: - - TrunkingV1OriginationUrl parameters: - name: TrunkSid in: path @@ -1030,8 +1012,6 @@ paths: - GA delete: description: '' - tags: - - TrunkingV1OriginationUrl parameters: - name: TrunkSid in: path @@ -1062,8 +1042,6 @@ paths: - GA post: description: '' - tags: - - TrunkingV1OriginationUrl parameters: - name: TrunkSid in: path @@ -1142,8 +1120,6 @@ paths: parent: /Trunks/{Sid} post: description: '' - tags: - - TrunkingV1OriginationUrl parameters: - name: TrunkSid in: path @@ -1205,8 +1181,6 @@ paths: - SipUrl get: description: '' - tags: - - TrunkingV1OriginationUrl parameters: - name: TrunkSid in: path @@ -1290,8 +1264,6 @@ paths: parent: /Trunks/{Sid} get: description: '' - tags: - - TrunkingV1PhoneNumber parameters: - name: TrunkSid in: path @@ -1326,8 +1298,6 @@ paths: - GA delete: description: '' - tags: - - TrunkingV1PhoneNumber parameters: - name: TrunkSid in: path @@ -1369,8 +1339,6 @@ paths: parent: /Trunks/{Sid} post: description: '' - tags: - - TrunkingV1PhoneNumber parameters: - name: TrunkSid in: path @@ -1411,8 +1379,6 @@ paths: - PhoneNumberSid get: description: '' - tags: - - TrunkingV1PhoneNumber parameters: - name: TrunkSid in: path @@ -1496,8 +1462,6 @@ paths: mountName: recordings get: description: '' - tags: - - TrunkingV1Recording parameters: - name: TrunkSid in: path @@ -1522,8 +1486,6 @@ paths: - GA post: description: '' - tags: - - TrunkingV1Recording parameters: - name: TrunkSid in: path @@ -1582,8 +1544,6 @@ paths: recording: '{trunk_sid: sid}' get: description: '' - tags: - - TrunkingV1Trunk parameters: - name: Sid in: path @@ -1609,8 +1569,6 @@ paths: - GA delete: description: '' - tags: - - TrunkingV1Trunk parameters: - name: Sid in: path @@ -1632,8 +1590,6 @@ paths: - GA post: description: '' - tags: - - TrunkingV1Trunk parameters: - name: Sid in: path @@ -1738,8 +1694,6 @@ paths: recording: '{trunk_sid: sid}' post: description: '' - tags: - - TrunkingV1Trunk responses: '201': content: @@ -1817,8 +1771,6 @@ paths: (default) or `from-transferor`.' get: description: '' - tags: - - TrunkingV1Trunk parameters: - name: PageSize in: query @@ -1882,13 +1834,6 @@ paths: - GA servers: - url: https://trunking.twilio.com -tags: -- name: TrunkingV1CredentialList -- name: TrunkingV1IpAccessControlList -- name: TrunkingV1OriginationUrl -- name: TrunkingV1PhoneNumber -- name: TrunkingV1Recording -- name: TrunkingV1Trunk x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_trusthub_v1.yaml b/spec/yaml/twilio_trusthub_v1.yaml index ef3be077..d33b8567 100644 --- a/spec/yaml/twilio_trusthub_v1.yaml +++ b/spec/yaml/twilio_trusthub_v1.yaml @@ -704,7 +704,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/CustomerProfiles: @@ -724,8 +724,6 @@ paths: className: customer_profiles post: description: Create a new Customer-Profile. - tags: - - TrusthubV1CustomerProfiles responses: '201': content: @@ -770,8 +768,6 @@ paths: - PolicySid get: description: Retrieve a list of all Customer-Profiles for an account. - tags: - - TrusthubV1CustomerProfiles parameters: - name: Status in: query @@ -870,8 +866,6 @@ paths: className: customer_profiles get: description: Fetch a specific Customer-Profile instance. - tags: - - TrusthubV1CustomerProfiles parameters: - name: Sid in: path @@ -897,8 +891,6 @@ paths: - GA post: description: Updates a Customer-Profile in an account. - tags: - - TrusthubV1CustomerProfiles parameters: - name: Sid in: path @@ -947,8 +939,6 @@ paths: Customer-Profile resource changes status. delete: description: Delete a specific Customer-Profile. - tags: - - TrusthubV1CustomerProfiles parameters: - name: Sid in: path @@ -980,8 +970,6 @@ paths: mountName: customer_profiles_channel_endpoint_assignment post: description: Create a new Assigned Item. - tags: - - TrusthubV1CustomerProfilesChannelEndpointAssignment parameters: - name: CustomerProfileSid in: path @@ -1026,8 +1014,6 @@ paths: - ChannelEndpointSid get: description: Retrieve a list of all Assigned Items for an account. - tags: - - TrusthubV1CustomerProfilesChannelEndpointAssignment parameters: - name: CustomerProfileSid in: path @@ -1124,8 +1110,6 @@ paths: mountName: customer_profiles_channel_endpoint_assignment get: description: Fetch specific Assigned Item Instance. - tags: - - TrusthubV1CustomerProfilesChannelEndpointAssignment parameters: - name: CustomerProfileSid in: path @@ -1160,8 +1144,6 @@ paths: - GA delete: description: Remove an Assignment Item Instance. - tags: - - TrusthubV1CustomerProfilesChannelEndpointAssignment parameters: - name: CustomerProfileSid in: path @@ -1203,8 +1185,6 @@ paths: className: customer_profiles_entity_assignments post: description: Create a new Assigned Item. - tags: - - TrusthubV1CustomerProfilesEntityAssignments parameters: - name: CustomerProfileSid in: path @@ -1246,8 +1226,6 @@ paths: - ObjectSid get: description: Retrieve a list of all Assigned Items for an account. - tags: - - TrusthubV1CustomerProfilesEntityAssignments parameters: - name: CustomerProfileSid in: path @@ -1332,8 +1310,6 @@ paths: className: customer_profiles_entity_assignments get: description: Fetch specific Assigned Item Instance. - tags: - - TrusthubV1CustomerProfilesEntityAssignments parameters: - name: CustomerProfileSid in: path @@ -1368,8 +1344,6 @@ paths: - GA delete: description: Remove an Assignment Item Instance. - tags: - - TrusthubV1CustomerProfilesEntityAssignments parameters: - name: CustomerProfileSid in: path @@ -1411,8 +1385,6 @@ paths: className: customer_profiles_evaluations post: description: Create a new Evaluation - tags: - - TrusthubV1CustomerProfilesEvaluations parameters: - name: CustomerProfileSid in: path @@ -1455,8 +1427,6 @@ paths: get: description: Retrieve a list of Evaluations associated to the customer_profile resource. - tags: - - TrusthubV1CustomerProfilesEvaluations parameters: - name: CustomerProfileSid in: path @@ -1541,8 +1511,6 @@ paths: className: customer_profiles_evaluations get: description: Fetch specific Evaluation Instance. - tags: - - TrusthubV1CustomerProfilesEvaluations parameters: - name: CustomerProfileSid in: path @@ -1586,8 +1554,6 @@ paths: pathType: list post: description: Create a new End User. - tags: - - TrusthubV1EndUser responses: '201': content: @@ -1622,8 +1588,6 @@ paths: - Type get: description: Retrieve a list of all End User for an account. - tags: - - TrusthubV1EndUser parameters: - name: PageSize in: query @@ -1696,8 +1660,6 @@ paths: pathType: instance get: description: Fetch specific End User Instance. - tags: - - TrusthubV1EndUser parameters: - name: Sid in: path @@ -1723,8 +1685,6 @@ paths: - GA post: description: Update an existing End User. - tags: - - TrusthubV1EndUser parameters: - name: Sid in: path @@ -1763,8 +1723,6 @@ paths: End User resource which are derived End User Types. delete: description: Delete a specific End User. - tags: - - TrusthubV1EndUser parameters: - name: Sid in: path @@ -1795,8 +1753,6 @@ paths: pathType: list get: description: Retrieve a list of all End-User Types. - tags: - - TrusthubV1EndUserType parameters: - name: PageSize in: query @@ -1869,8 +1825,6 @@ paths: pathType: instance get: description: Fetch a specific End-User Type Instance. - tags: - - TrusthubV1EndUserType parameters: - name: Sid in: path @@ -1902,8 +1856,6 @@ paths: className: policies get: description: Retrieve a list of all Policys. - tags: - - TrusthubV1Policies parameters: - name: PageSize in: query @@ -1977,8 +1929,6 @@ paths: className: policies get: description: Fetch specific Policy Instance. - tags: - - TrusthubV1Policies parameters: - name: Sid in: path @@ -2012,8 +1962,6 @@ paths: pathType: list post: description: Create a new Supporting Document. - tags: - - TrusthubV1SupportingDocument responses: '201': content: @@ -2048,8 +1996,6 @@ paths: - Type get: description: Retrieve a list of all Supporting Document for an account. - tags: - - TrusthubV1SupportingDocument parameters: - name: PageSize in: query @@ -2122,8 +2068,6 @@ paths: pathType: instance get: description: Fetch specific Supporting Document Instance. - tags: - - TrusthubV1SupportingDocument parameters: - name: Sid in: path @@ -2149,8 +2093,6 @@ paths: - GA post: description: Update an existing Supporting Document. - tags: - - TrusthubV1SupportingDocument parameters: - name: Sid in: path @@ -2190,8 +2132,6 @@ paths: Types. delete: description: Delete a specific Supporting Document. - tags: - - TrusthubV1SupportingDocument parameters: - name: Sid in: path @@ -2222,8 +2162,6 @@ paths: pathType: list get: description: Retrieve a list of all Supporting Document Types. - tags: - - TrusthubV1SupportingDocumentType parameters: - name: PageSize in: query @@ -2296,8 +2234,6 @@ paths: pathType: instance get: description: Fetch a specific Supporting Document Type Instance. - tags: - - TrusthubV1SupportingDocumentType parameters: - name: Sid in: path @@ -2335,8 +2271,6 @@ paths: className: trust_products post: description: Create a new Customer-Profile. - tags: - - TrusthubV1TrustProducts responses: '201': content: @@ -2381,8 +2315,6 @@ paths: - PolicySid get: description: Retrieve a list of all Customer-Profiles for an account. - tags: - - TrusthubV1TrustProducts parameters: - name: Status in: query @@ -2481,8 +2413,6 @@ paths: className: trust_products get: description: Fetch a specific Customer-Profile instance. - tags: - - TrusthubV1TrustProducts parameters: - name: Sid in: path @@ -2508,8 +2438,6 @@ paths: - GA post: description: Updates a Customer-Profile in an account. - tags: - - TrusthubV1TrustProducts parameters: - name: Sid in: path @@ -2558,8 +2486,6 @@ paths: Customer-Profile resource changes status. delete: description: Delete a specific Customer-Profile. - tags: - - TrusthubV1TrustProducts parameters: - name: Sid in: path @@ -2591,8 +2517,6 @@ paths: mountName: trust_products_channel_endpoint_assignment post: description: Create a new Assigned Item. - tags: - - TrusthubV1TrustProductsChannelEndpointAssignment parameters: - name: TrustProductSid in: path @@ -2637,8 +2561,6 @@ paths: - ChannelEndpointSid get: description: Retrieve a list of all Assigned Items for an account. - tags: - - TrusthubV1TrustProductsChannelEndpointAssignment parameters: - name: TrustProductSid in: path @@ -2735,8 +2657,6 @@ paths: mountName: trust_products_channel_endpoint_assignment get: description: Fetch specific Assigned Item Instance. - tags: - - TrusthubV1TrustProductsChannelEndpointAssignment parameters: - name: TrustProductSid in: path @@ -2771,8 +2691,6 @@ paths: - GA delete: description: Remove an Assignment Item Instance. - tags: - - TrusthubV1TrustProductsChannelEndpointAssignment parameters: - name: TrustProductSid in: path @@ -2814,8 +2732,6 @@ paths: className: trust_products_entity_assignments post: description: Create a new Assigned Item. - tags: - - TrusthubV1TrustProductsEntityAssignments parameters: - name: TrustProductSid in: path @@ -2857,8 +2773,6 @@ paths: - ObjectSid get: description: Retrieve a list of all Assigned Items for an account. - tags: - - TrusthubV1TrustProductsEntityAssignments parameters: - name: TrustProductSid in: path @@ -2943,8 +2857,6 @@ paths: className: trust_products_entity_assignments get: description: Fetch specific Assigned Item Instance. - tags: - - TrusthubV1TrustProductsEntityAssignments parameters: - name: TrustProductSid in: path @@ -2979,8 +2891,6 @@ paths: - GA delete: description: Remove an Assignment Item Instance. - tags: - - TrusthubV1TrustProductsEntityAssignments parameters: - name: TrustProductSid in: path @@ -3022,8 +2932,6 @@ paths: className: trust_products_evaluations post: description: Create a new Evaluation - tags: - - TrusthubV1TrustProductsEvaluations parameters: - name: TrustProductSid in: path @@ -3066,8 +2974,6 @@ paths: get: description: Retrieve a list of Evaluations associated to the trust_product resource. - tags: - - TrusthubV1TrustProductsEvaluations parameters: - name: TrustProductSid in: path @@ -3152,8 +3058,6 @@ paths: className: trust_products_evaluations get: description: Fetch specific Evaluation Instance. - tags: - - TrusthubV1TrustProductsEvaluations parameters: - name: TrustProductSid in: path @@ -3188,20 +3092,6 @@ paths: - GA servers: - url: https://trusthub.twilio.com -tags: -- name: TrusthubV1CustomerProfiles -- name: TrusthubV1CustomerProfilesChannelEndpointAssignment -- name: TrusthubV1CustomerProfilesEntityAssignments -- name: TrusthubV1CustomerProfilesEvaluations -- name: TrusthubV1EndUser -- name: TrusthubV1EndUserType -- name: TrusthubV1Policies -- name: TrusthubV1SupportingDocument -- name: TrusthubV1SupportingDocumentType -- name: TrusthubV1TrustProducts -- name: TrusthubV1TrustProductsChannelEndpointAssignment -- name: TrusthubV1TrustProductsEntityAssignments -- name: TrusthubV1TrustProductsEvaluations x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_verify_v2.yaml b/spec/yaml/twilio_verify_v2.yaml index 272d8f5f..7c6bfe64 100644 --- a/spec/yaml/twilio_verify_v2.yaml +++ b/spec/yaml/twilio_verify_v2.yaml @@ -1336,7 +1336,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: /v2/Services/{ServiceSid}/AccessTokens: @@ -1358,8 +1358,6 @@ paths: parent: /Services/{Sid} post: description: Create a new enrollment Access Token for the Entity - tags: - - VerifyV2AccessToken parameters: - name: ServiceSid in: path @@ -1428,8 +1426,6 @@ paths: parent: /Services/{Sid} get: description: Fetch an Access Token for the Entity - tags: - - VerifyV2AccessToken parameters: - name: ServiceSid in: path @@ -1479,8 +1475,6 @@ paths: parent: /Services/{ServiceSid}/RateLimits/{Sid} post: description: Create a new Bucket for a Rate Limit - tags: - - VerifyV2Bucket parameters: - name: ServiceSid in: path @@ -1534,8 +1528,6 @@ paths: - Interval get: description: Retrieve a list of all Buckets for a Rate Limit. - tags: - - VerifyV2Bucket parameters: - name: ServiceSid in: path @@ -1635,8 +1627,6 @@ paths: parent: /Services/{ServiceSid}/RateLimits/{Sid} post: description: Update a specific Bucket. - tags: - - VerifyV2Bucket parameters: - name: ServiceSid in: path @@ -1696,8 +1686,6 @@ paths: over. get: description: Fetch a specific Bucket. - tags: - - VerifyV2Bucket parameters: - name: ServiceSid in: path @@ -1742,8 +1730,6 @@ paths: - GA delete: description: Delete a specific Bucket. - tags: - - VerifyV2Bucket parameters: - name: ServiceSid in: path @@ -1799,8 +1785,6 @@ paths: parent: /Services/{ServiceSid}/Entities/{Identity} post: description: Create a new Challenge for the Factor - tags: - - VerifyV2Challenge parameters: - name: ServiceSid in: path @@ -1880,8 +1864,6 @@ paths: - FactorSid get: description: Retrieve a list of all Challenges for a Factor. - tags: - - VerifyV2Challenge parameters: - name: ServiceSid in: path @@ -2000,8 +1982,6 @@ paths: parent: /Services/{ServiceSid}/Entities/{Identity} get: description: Fetch a specific Challenge. - tags: - - VerifyV2Challenge parameters: - name: ServiceSid in: path @@ -2044,8 +2024,6 @@ paths: - GA post: description: Verify a specific Challenge. - tags: - - VerifyV2Challenge parameters: - name: ServiceSid in: path @@ -2122,8 +2100,6 @@ paths: parent: /Services/{Sid} post: description: Create a new Entity for the Service - tags: - - VerifyV2Entity parameters: - name: ServiceSid in: path @@ -2164,8 +2140,6 @@ paths: - Identity get: description: Retrieve a list of all Entities for a Service. - tags: - - VerifyV2Entity parameters: - name: ServiceSid in: path @@ -2253,8 +2227,6 @@ paths: parent: /Services/{Sid} delete: description: Delete a specific Entity. - tags: - - VerifyV2Entity parameters: - name: ServiceSid in: path @@ -2284,8 +2256,6 @@ paths: - GA get: description: Fetch a specific Entity. - tags: - - VerifyV2Entity parameters: - name: ServiceSid in: path @@ -2331,8 +2301,6 @@ paths: parent: /Services/{ServiceSid}/Entities/{Identity} delete: description: Delete a specific Factor. - tags: - - VerifyV2Factor parameters: - name: ServiceSid in: path @@ -2371,8 +2339,6 @@ paths: - GA get: description: Fetch a specific Factor. - tags: - - VerifyV2Factor parameters: - name: ServiceSid in: path @@ -2416,8 +2382,6 @@ paths: post: description: Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param. - tags: - - VerifyV2Factor parameters: - name: ServiceSid in: path @@ -2521,8 +2485,6 @@ paths: parent: /Services/{ServiceSid}/Entities/{Identity} get: description: Retrieve a list of all Factors for an Entity. - tags: - - VerifyV2Factor parameters: - name: ServiceSid in: path @@ -2604,8 +2566,6 @@ paths: - GA post: description: Create a new Factor for the Entity - tags: - - VerifyV2NewFactor parameters: - name: ServiceSid in: path @@ -2765,8 +2725,6 @@ paths: pathType: instance get: description: Fetch the forms for a specific Form Type. - tags: - - VerifyV2Form parameters: - name: FormType in: path @@ -2803,8 +2761,6 @@ paths: parent: /Services/{Sid} post: description: Create a new MessagingConfiguration for a service. - tags: - - VerifyV2MessagingConfiguration parameters: - name: ServiceSid in: path @@ -2853,8 +2809,6 @@ paths: - MessagingServiceSid get: description: Retrieve a list of all Messaging Configurations for a Service. - tags: - - VerifyV2MessagingConfiguration parameters: - name: ServiceSid in: path @@ -2942,8 +2896,6 @@ paths: parent: /Services/{Sid} post: description: Update a specific MessagingConfiguration - tags: - - VerifyV2MessagingConfiguration parameters: - name: ServiceSid in: path @@ -2993,8 +2945,6 @@ paths: - MessagingServiceSid get: description: Fetch a specific MessagingConfiguration. - tags: - - VerifyV2MessagingConfiguration parameters: - name: ServiceSid in: path @@ -3028,8 +2978,6 @@ paths: - GA delete: description: Delete a specific MessagingConfiguration. - tags: - - VerifyV2MessagingConfiguration parameters: - name: ServiceSid in: path @@ -3071,8 +3019,6 @@ paths: parent: /Services/{ServiceSid}/Entities/{Identity}/Challenges/{Sid} post: description: Create a new Notification for the corresponding Challenge - tags: - - VerifyV2Notification parameters: - name: ServiceSid in: path @@ -3146,8 +3092,6 @@ paths: parent: /Services/{Sid} post: description: Create a new Rate Limit for a Service - tags: - - VerifyV2RateLimit parameters: - name: ServiceSid in: path @@ -3190,8 +3134,6 @@ paths: - UniqueName get: description: Retrieve a list of all Rate Limits for a service. - tags: - - VerifyV2RateLimit parameters: - name: ServiceSid in: path @@ -3282,8 +3224,6 @@ paths: parent: /Services/{Sid} post: description: Update a specific Rate Limit. - tags: - - VerifyV2RateLimit parameters: - name: ServiceSid in: path @@ -3329,8 +3269,6 @@ paths: description: Description of this Rate Limit get: description: Fetch a specific Rate Limit. - tags: - - VerifyV2RateLimit parameters: - name: ServiceSid in: path @@ -3366,8 +3304,6 @@ paths: - GA delete: description: Delete a specific Rate Limit. - tags: - - VerifyV2RateLimit parameters: - name: ServiceSid in: path @@ -3409,8 +3345,6 @@ paths: mountName: safelist post: description: Add a new phone number to SafeList. - tags: - - VerifyV2Safelist responses: '201': content: @@ -3448,8 +3382,6 @@ paths: mountName: safelist get: description: Check if a phone number exists in SafeList. - tags: - - VerifyV2Safelist parameters: - name: PhoneNumber in: path @@ -3472,8 +3404,6 @@ paths: - Beta delete: description: Remove a phone number from SafeList. - tags: - - VerifyV2Safelist parameters: - name: PhoneNumber in: path @@ -3510,8 +3440,6 @@ paths: access_token: '{service_sid: sid}' post: description: Create a new Verification Service. - tags: - - VerifyV2Service responses: '201': content: @@ -3632,8 +3560,6 @@ paths: - FriendlyName get: description: Retrieve a list of all Verification Services for an account. - tags: - - VerifyV2Service parameters: - name: PageSize in: query @@ -3715,8 +3641,6 @@ paths: access_token: '{service_sid: sid}' get: description: Fetch specific Verification Service Instance. - tags: - - VerifyV2Service parameters: - name: Sid in: path @@ -3742,8 +3666,6 @@ paths: - GA delete: description: Delete a specific Verification Service Instance. - tags: - - VerifyV2Service parameters: - name: Sid in: path @@ -3765,8 +3687,6 @@ paths: - GA post: description: Update a specific Verification Service. - tags: - - VerifyV2Service parameters: - name: Sid in: path @@ -3904,8 +3824,6 @@ paths: parent: /Services/{Sid} post: description: Create a new Verification using a Service - tags: - - VerifyV2Verification parameters: - name: ServiceSid in: path @@ -4039,8 +3957,6 @@ paths: parent: /Services/{Sid} post: description: Update a Verification status - tags: - - VerifyV2Verification parameters: - name: ServiceSid in: path @@ -4087,8 +4003,6 @@ paths: - Status get: description: Fetch a specific Verification - tags: - - VerifyV2Verification parameters: - name: ServiceSid in: path @@ -4134,8 +4048,6 @@ paths: mountName: verification_attempts get: description: List all the verification attempts for a given Account. - tags: - - VerifyV2VerificationAttempt parameters: - name: DateCreatedAfter in: query @@ -4273,8 +4185,6 @@ paths: mountName: verification_attempts get: description: Fetch a specific verification attempt. - tags: - - VerifyV2VerificationAttempt parameters: - name: Sid in: path @@ -4312,8 +4222,6 @@ paths: get: description: Get a summary of how many attempts were made and how many were converted. - tags: - - VerifyV2VerificationAttemptsSummary parameters: - name: VerifyServiceSid in: query @@ -4389,8 +4297,6 @@ paths: mountName: verification_checks post: description: challenge a specific Verification Check. - tags: - - VerifyV2VerificationCheck parameters: - name: ServiceSid in: path @@ -4456,8 +4362,6 @@ paths: pathType: list get: description: List all the available templates for a given Account. - tags: - - VerifyV2Template parameters: - name: FriendlyName in: query @@ -4542,8 +4446,6 @@ paths: parent: /Services/{Sid} post: description: Create a new Webhook for the Service - tags: - - VerifyV2Webhook parameters: - name: ServiceSid in: path @@ -4604,8 +4506,6 @@ paths: - WebhookUrl get: description: Retrieve a list of all Webhooks for a Service. - tags: - - VerifyV2Webhook parameters: - name: ServiceSid in: path @@ -4694,8 +4594,6 @@ paths: parent: /Services/{Sid} post: description: '' - tags: - - VerifyV2Webhook parameters: - name: ServiceSid in: path @@ -4762,8 +4660,6 @@ paths: in the future. delete: description: Delete a specific Webhook. - tags: - - VerifyV2Webhook parameters: - name: ServiceSid in: path @@ -4794,8 +4690,6 @@ paths: - GA get: description: Fetch a specific Webhook. - tags: - - VerifyV2Webhook parameters: - name: ServiceSid in: path @@ -4830,25 +4724,6 @@ paths: - GA servers: - url: https://verify.twilio.com -tags: -- name: VerifyV2AccessToken -- name: VerifyV2Bucket -- name: VerifyV2Challenge -- name: VerifyV2Entity -- name: VerifyV2Factor -- name: VerifyV2Form -- name: VerifyV2MessagingConfiguration -- name: VerifyV2NewFactor -- name: VerifyV2Notification -- name: VerifyV2RateLimit -- name: VerifyV2Safelist -- name: VerifyV2Service -- name: VerifyV2Template -- name: VerifyV2Verification -- name: VerifyV2VerificationAttempt -- name: VerifyV2VerificationAttemptsSummary -- name: VerifyV2VerificationCheck -- name: VerifyV2Webhook x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_video_v1.yaml b/spec/yaml/twilio_video_v1.yaml index 394c063d..58983d65 100644 --- a/spec/yaml/twilio_video_v1.yaml +++ b/spec/yaml/twilio_video_v1.yaml @@ -1263,7 +1263,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/Compositions/{Sid}: @@ -1282,8 +1282,6 @@ paths: get: description: Returns a single Composition resource identified by a Composition SID. - tags: - - VideoV1Composition parameters: - name: Sid in: path @@ -1309,8 +1307,6 @@ paths: delete: description: Delete a Recording Composition resource identified by a Composition SID. - tags: - - VideoV1Composition parameters: - name: Sid in: path @@ -1344,8 +1340,6 @@ paths: video/v1/composition_media: '{composition_sid: sid}' get: description: List of all Recording compositions. - tags: - - VideoV1Composition parameters: - name: Status in: query @@ -1438,8 +1432,6 @@ paths: - GA post: description: '' - tags: - - VideoV1Composition responses: '201': content: @@ -1558,8 +1550,6 @@ paths: get: description: Returns a single CompositionHook resource identified by a CompositionHook SID. - tags: - - VideoV1CompositionHook parameters: - name: Sid in: path @@ -1585,8 +1575,6 @@ paths: delete: description: Delete a Recording CompositionHook resource identified by a `CompositionHook SID`. - tags: - - VideoV1CompositionHook parameters: - name: Sid in: path @@ -1607,8 +1595,6 @@ paths: - GA post: description: '' - tags: - - VideoV1CompositionHook parameters: - name: Sid in: path @@ -1739,8 +1725,6 @@ paths: pathType: list get: description: List of all Recording CompositionHook resources. - tags: - - VideoV1CompositionHook parameters: - name: Enabled in: query @@ -1831,8 +1815,6 @@ paths: - GA post: description: '' - tags: - - VideoV1CompositionHook responses: '201': content: @@ -1955,8 +1937,6 @@ paths: className: composition_settings get: description: '' - tags: - - VideoV1CompositionSettings responses: '200': content: @@ -1971,8 +1951,6 @@ paths: - GA post: description: '' - tags: - - VideoV1CompositionSettings responses: '201': content: @@ -2044,8 +2022,6 @@ paths: video/v1/recording_media: '{recording_sid: sid}' get: description: Returns a single Recording resource identified by a Recording SID. - tags: - - VideoV1Recording parameters: - name: Sid in: path @@ -2070,8 +2046,6 @@ paths: - GA delete: description: Delete a Recording resource identified by a Recording SID. - tags: - - VideoV1Recording parameters: - name: Sid in: path @@ -2107,8 +2081,6 @@ paths: video/v1/recording_media: '{recording_sid: sid}' get: description: List of all Track recordings. - tags: - - VideoV1Recording parameters: - name: Status in: query @@ -2231,8 +2203,6 @@ paths: className: recording_settings get: description: '' - tags: - - VideoV1RecordingSettings responses: '200': content: @@ -2247,8 +2217,6 @@ paths: - GA post: description: '' - tags: - - VideoV1RecordingSettings responses: '201': content: @@ -2319,8 +2287,6 @@ paths: recording_rules: '{room_sid: sid}' get: description: '' - tags: - - VideoV1Room parameters: - name: Sid in: path @@ -2342,8 +2308,6 @@ paths: - GA post: description: '' - tags: - - VideoV1Room parameters: - name: Sid in: path @@ -2393,8 +2357,6 @@ paths: recording_rules: '{room_sid: sid}' post: description: '' - tags: - - VideoV1Room responses: '201': content: @@ -2503,8 +2465,6 @@ paths: room. get: description: '' - tags: - - VideoV1Room parameters: - name: Status in: query @@ -2609,8 +2569,6 @@ paths: parent: /Rooms/{Sid} get: description: '' - tags: - - VideoV1Participant parameters: - name: RoomSid in: path @@ -2638,8 +2596,6 @@ paths: - GA post: description: '' - tags: - - VideoV1Participant parameters: - name: RoomSid in: path @@ -2697,8 +2653,6 @@ paths: parent: /Rooms/{Sid} get: description: '' - tags: - - VideoV1Participant parameters: - name: RoomSid in: path @@ -2807,8 +2761,6 @@ paths: parent: /Rooms/{RoomSid}/Participants/{Sid} post: description: '' - tags: - - VideoV1Anonymize parameters: - name: RoomSid in: path @@ -2848,8 +2800,6 @@ paths: parent: /Rooms/{RoomSid}/Participants/{Sid} get: description: Returns a single Track resource represented by TrackName or SID. - tags: - - VideoV1PublishedTrack parameters: - name: RoomSid in: path @@ -2898,8 +2848,6 @@ paths: get: description: Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource. - tags: - - VideoV1PublishedTrack parameters: - name: RoomSid in: path @@ -2989,8 +2937,6 @@ paths: className: subscribe_rules get: description: Returns a list of Subscribe Rules for the Participant. - tags: - - VideoV1SubscribeRules parameters: - name: RoomSid in: path @@ -3020,8 +2966,6 @@ paths: - GA post: description: Update the Subscribe Rules for the Participant - tags: - - VideoV1SubscribeRules parameters: - name: RoomSid in: path @@ -3075,8 +3019,6 @@ paths: description: 'Returns a single Track resource represented by `track_sid`. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.' - tags: - - VideoV1SubscribedTrack parameters: - name: RoomSid in: path @@ -3126,8 +3068,6 @@ paths: parent: /Rooms/{RoomSid}/Participants/{Sid} get: description: Returns a list of tracks that are subscribed for the participant. - tags: - - VideoV1SubscribedTrack parameters: - name: RoomSid in: path @@ -3221,8 +3161,6 @@ paths: className: room_recording get: description: '' - tags: - - VideoV1RoomRecording parameters: - name: RoomSid in: path @@ -3256,8 +3194,6 @@ paths: - GA delete: description: '' - tags: - - VideoV1RoomRecording parameters: - name: RoomSid in: path @@ -3304,8 +3240,6 @@ paths: className: room_recording get: description: '' - tags: - - VideoV1RoomRecording parameters: - name: RoomSid in: path @@ -3418,8 +3352,6 @@ paths: className: recording_rules get: description: Returns a list of Recording Rules for the Room. - tags: - - VideoV1RecordingRules parameters: - name: RoomSid in: path @@ -3442,8 +3374,6 @@ paths: - GA post: description: Update the Recording Rules for the Room - tags: - - VideoV1RecordingRules parameters: - name: RoomSid in: path @@ -3475,20 +3405,6 @@ paths: description: A JSON-encoded array of recording rules. servers: - url: https://video.twilio.com -tags: -- name: VideoV1Anonymize -- name: VideoV1Composition -- name: VideoV1CompositionHook -- name: VideoV1CompositionSettings -- name: VideoV1Participant -- name: VideoV1PublishedTrack -- name: VideoV1Recording -- name: VideoV1RecordingRules -- name: VideoV1RecordingSettings -- name: VideoV1Room -- name: VideoV1RoomRecording -- name: VideoV1SubscribeRules -- name: VideoV1SubscribedTrack x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_voice_v1.yaml b/spec/yaml/twilio_voice_v1.yaml index 3b274cb4..4775559c 100644 --- a/spec/yaml/twilio_voice_v1.yaml +++ b/spec/yaml/twilio_voice_v1.yaml @@ -513,7 +513,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/Archives/{Date}/Calls/{Sid}: @@ -527,8 +527,6 @@ paths: delete: description: 'Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API.' - tags: - - VoiceV1ArchivedCall parameters: - name: Date in: path @@ -568,8 +566,6 @@ paths: pathType: list post: description: '' - tags: - - VoiceV1ByocTrunk responses: '201': content: @@ -671,8 +667,6 @@ paths: default to "sip.twilio.com". get: description: '' - tags: - - VoiceV1ByocTrunk parameters: - name: PageSize in: query @@ -747,8 +741,6 @@ paths: pathType: instance get: description: '' - tags: - - VoiceV1ByocTrunk parameters: - name: Sid in: path @@ -774,8 +766,6 @@ paths: - GA post: description: '' - tags: - - VoiceV1ByocTrunk parameters: - name: Sid in: path @@ -887,8 +877,6 @@ paths: default to "sip.twilio.com". delete: description: '' - tags: - - VoiceV1ByocTrunk parameters: - name: Sid in: path @@ -921,8 +909,6 @@ paths: connection_policy_target: '{connection_policy_sid: sid}' post: description: '' - tags: - - VoiceV1ConnectionPolicy responses: '201': content: @@ -948,8 +934,6 @@ paths: resource. It is not unique and can be up to 255 characters long. get: description: '' - tags: - - VoiceV1ConnectionPolicy parameters: - name: PageSize in: query @@ -1024,8 +1008,6 @@ paths: connection_policy_target: '{connection_policy_sid: sid}' get: description: '' - tags: - - VoiceV1ConnectionPolicy parameters: - name: Sid in: path @@ -1051,8 +1033,6 @@ paths: - GA post: description: '' - tags: - - VoiceV1ConnectionPolicy parameters: - name: Sid in: path @@ -1089,8 +1069,6 @@ paths: resource. It is not unique and can be up to 255 characters long. delete: description: '' - tags: - - VoiceV1ConnectionPolicy parameters: - name: Sid in: path @@ -1125,8 +1103,6 @@ paths: className: connection_policy_target post: description: '' - tags: - - VoiceV1ConnectionPolicyTarget parameters: - name: ConnectionPolicySid in: path @@ -1184,8 +1160,6 @@ paths: - Target get: description: '' - tags: - - VoiceV1ConnectionPolicyTarget parameters: - name: ConnectionPolicySid in: path @@ -1271,8 +1245,6 @@ paths: className: connection_policy_target get: description: '' - tags: - - VoiceV1ConnectionPolicyTarget parameters: - name: ConnectionPolicySid in: path @@ -1307,8 +1279,6 @@ paths: - GA post: description: '' - tags: - - VoiceV1ConnectionPolicyTarget parameters: - name: ConnectionPolicySid in: path @@ -1374,8 +1344,6 @@ paths: description: Whether the Target is enabled. delete: description: '' - tags: - - VoiceV1ConnectionPolicyTarget parameters: - name: ConnectionPolicySid in: path @@ -1428,8 +1396,6 @@ paths: get: description: Retrieve voice dialing country permissions identified by the given ISO country code - tags: - - VoiceV1Country parameters: - name: IsoCode in: path @@ -1466,8 +1432,6 @@ paths: parent: /DialingPermissions get: description: Retrieve all voice dialing country permissions for this account - tags: - - VoiceV1Country parameters: - name: IsoCode in: query @@ -1579,8 +1543,6 @@ paths: post: description: Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) - tags: - - VoiceV1BulkCountryUpdate responses: '201': content: @@ -1620,8 +1582,6 @@ paths: get: description: Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) - tags: - - VoiceV1HighriskSpecialPrefix parameters: - name: IsoCode in: path @@ -1704,8 +1664,6 @@ paths: className: settings get: description: Retrieve voice dialing permissions inheritance for the sub-account - tags: - - VoiceV1Settings responses: '200': content: @@ -1720,8 +1678,6 @@ paths: - Preview post: description: Update voice dialing permissions inheritance for the sub-account - tags: - - VoiceV1Settings responses: '202': content: @@ -1759,8 +1715,6 @@ paths: pathType: list post: description: '' - tags: - - VoiceV1IpRecord responses: '201': content: @@ -1796,8 +1750,6 @@ paths: - IpAddress get: description: '' - tags: - - VoiceV1IpRecord parameters: - name: PageSize in: query @@ -1873,8 +1825,6 @@ paths: pathType: instance get: description: '' - tags: - - VoiceV1IpRecord parameters: - name: Sid in: path @@ -1900,8 +1850,6 @@ paths: - GA post: description: '' - tags: - - VoiceV1IpRecord parameters: - name: Sid in: path @@ -1938,8 +1886,6 @@ paths: resource. It is not unique and can be up to 255 characters long. delete: description: '' - tags: - - VoiceV1IpRecord parameters: - name: Sid in: path @@ -1973,8 +1919,6 @@ paths: pathType: list post: description: '' - tags: - - VoiceV1SourceIpMapping responses: '201': content: @@ -2013,8 +1957,6 @@ paths: - SipDomainSid get: description: '' - tags: - - VoiceV1SourceIpMapping parameters: - name: PageSize in: query @@ -2090,8 +2032,6 @@ paths: pathType: instance get: description: '' - tags: - - VoiceV1SourceIpMapping parameters: - name: Sid in: path @@ -2117,8 +2057,6 @@ paths: - GA post: description: '' - tags: - - VoiceV1SourceIpMapping parameters: - name: Sid in: path @@ -2160,8 +2098,6 @@ paths: - SipDomainSid delete: description: '' - tags: - - VoiceV1SourceIpMapping parameters: - name: Sid in: path @@ -2183,17 +2119,6 @@ paths: - GA servers: - url: https://voice.twilio.com -tags: -- name: VoiceV1ArchivedCall -- name: VoiceV1BulkCountryUpdate -- name: VoiceV1ByocTrunk -- name: VoiceV1ConnectionPolicy -- name: VoiceV1ConnectionPolicyTarget -- name: VoiceV1Country -- name: VoiceV1HighriskSpecialPrefix -- name: VoiceV1IpRecord -- name: VoiceV1Settings -- name: VoiceV1SourceIpMapping x-maturity: - name: GA description: This product is Generally Available. diff --git a/spec/yaml/twilio_wireless_v1.yaml b/spec/yaml/twilio_wireless_v1.yaml index 551d3274..aa541e55 100644 --- a/spec/yaml/twilio_wireless_v1.yaml +++ b/spec/yaml/twilio_wireless_v1.yaml @@ -576,7 +576,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/UsageRecords: @@ -589,8 +589,6 @@ paths: pathType: list get: description: '' - tags: - - WirelessV1UsageRecord parameters: - name: End in: query @@ -689,8 +687,6 @@ paths: pathType: instance get: description: Fetch a Command instance from your account. - tags: - - WirelessV1Command parameters: - name: Sid in: path @@ -715,8 +711,6 @@ paths: - GA delete: description: Delete a Command instance from your account. - tags: - - WirelessV1Command parameters: - name: Sid in: path @@ -750,8 +744,6 @@ paths: pathType: list get: description: Retrieve a list of Commands from your account. - tags: - - WirelessV1Command parameters: - name: Sim in: query @@ -841,8 +833,6 @@ paths: - GA post: description: Send a Command to a Sim. - tags: - - WirelessV1Command responses: '201': content: @@ -929,8 +919,6 @@ paths: parent: /Sims/{Sid} get: description: '' - tags: - - WirelessV1DataSession parameters: - name: SimSid in: path @@ -1012,8 +1000,6 @@ paths: pathType: list get: description: '' - tags: - - WirelessV1RatePlan parameters: - name: PageSize in: query @@ -1077,8 +1063,6 @@ paths: - GA post: description: '' - tags: - - WirelessV1RatePlan responses: '201': content: @@ -1166,8 +1150,6 @@ paths: pathType: instance get: description: '' - tags: - - WirelessV1RatePlan parameters: - name: Sid in: path @@ -1189,8 +1171,6 @@ paths: - GA post: description: '' - tags: - - WirelessV1RatePlan parameters: - name: Sid in: path @@ -1228,8 +1208,6 @@ paths: resource. It does not have to be unique. delete: description: '' - tags: - - WirelessV1RatePlan parameters: - name: Sid in: path @@ -1261,8 +1239,6 @@ paths: data_session: '{sim_sid: sid}' get: description: Fetch a Sim resource on your Account. - tags: - - WirelessV1Sim parameters: - name: Sid in: path @@ -1284,8 +1260,6 @@ paths: - GA post: description: Updates the given properties of a Sim resource on your Account. - tags: - - WirelessV1Sim parameters: - name: Sid in: path @@ -1451,8 +1425,6 @@ paths: Subaccounts documentation](https://www.twilio.com/docs/iot/wireless/api/sim-resource#move-sims-between-subaccounts). delete: description: Delete a Sim resource on your Account. - tags: - - WirelessV1Sim parameters: - name: Sid in: path @@ -1484,8 +1456,6 @@ paths: data_session: '{sim_sid: sid}' get: description: Retrieve a list of Sim resources on your Account. - tags: - - WirelessV1Sim parameters: - name: Status in: query @@ -1587,8 +1557,6 @@ paths: parent: /Sims/{Sid} get: description: '' - tags: - - WirelessV1UsageRecord parameters: - name: SimSid in: path @@ -1683,12 +1651,6 @@ paths: - GA servers: - url: https://wireless.twilio.com -tags: -- name: WirelessV1Command -- name: WirelessV1DataSession -- name: WirelessV1RatePlan -- name: WirelessV1Sim -- name: WirelessV1UsageRecord x-maturity: - name: GA description: This product is Generally Available.